@@ -611,7 +611,7 @@ The following sets of tools are available (all are on by default):
611
611
- ` order ` : Sort order (string, optional)
612
612
- ` page ` : Page number for pagination (min 1) (number, optional)
613
613
- ` 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)
615
615
- ` sort ` : Sort field by category (string, optional)
616
616
617
617
</details >
@@ -844,7 +844,7 @@ The following sets of tools are available (all are on by default):
844
844
- ** search_repositories** - Search repositories
845
845
- ` page ` : Page number for pagination (min 1) (number, optional)
846
846
- ` 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)
848
848
849
849
</details >
850
850
@@ -874,8 +874,8 @@ The following sets of tools are available (all are on by default):
874
874
- ` order ` : Sort order (string, optional)
875
875
- ` page ` : Page number for pagination (min 1) (number, optional)
876
876
- ` 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)
879
879
880
880
</details >
881
881
<!-- END AUTOMATED TOOLS -->
0 commit comments