Skip to content

Commit bfed2a6

Browse files
authored
Update docs
1 parent 3ab3f10 commit bfed2a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ The following sets of tools are available (all are on by default):
611611
- `order`: Sort order (string, optional)
612612
- `page`: Page number for pagination (min 1) (number, optional)
613613
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
614-
- `query`: Search query using GitHub organizations search syntax scoped to type:org (string, required)
614+
- `query`: Organization search query. Examples: 'microsoft', 'location:california', 'created:>=2025-01-01'. Search is automatically scoped to type:org. (string, required)
615615
- `sort`: Sort field by category (string, optional)
616616

617617
</details>
@@ -844,7 +844,7 @@ The following sets of tools are available (all are on by default):
844844
- **search_repositories** - Search repositories
845845
- `page`: Page number for pagination (min 1) (number, optional)
846846
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
847-
- `query`: Search query (string, required)
847+
- `query`: Repository search query. Examples: 'machine learning in:name start:>1000 language:python', 'topic:react', 'user:facebook'. Supports advanced search syntax for precise filtering. (string, required)
848848

849849
</details>
850850

@@ -874,8 +874,8 @@ The following sets of tools are available (all are on by default):
874874
- `order`: Sort order (string, optional)
875875
- `page`: Page number for pagination (min 1) (number, optional)
876876
- `perPage`: Results per page for pagination (min 1, max 100) (number, optional)
877-
- `query`: Search query using GitHub users search syntax scoped to type:user (string, required)
878-
- `sort`: Sort field by category (string, optional)
877+
- `query`: User search query. Examples: 'john smith', 'location:seattle', 'followers:>100'. Search is automatically scoped to type:user. (string, required)
878+
- `sort`: Sort users by number of followers or repositories, or when the person joined GitHub. (string, optional)
879879

880880
</details>
881881
<!-- END AUTOMATED TOOLS -->

0 commit comments

Comments
 (0)