@@ -609,7 +609,7 @@ The following sets of tools are available (all are on by default):
609
609
- ` order ` : Sort order (string, optional)
610
610
- ` page ` : Page number for pagination (min 1) (number, optional)
611
611
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
612
- - ` query ` : Search query using GitHub organizations search syntax scoped to type: org (string, required)
612
+ - ` query ` : Organization search query. Examples: 'microsoft', 'location : california ', 'created:>=2025-01-01'. Search is automatically scoped to type: org . (string, required)
613
613
- ` sort ` : Sort field by category (string, optional)
614
614
615
615
</details >
@@ -842,7 +842,7 @@ The following sets of tools are available (all are on by default):
842
842
- ** search_repositories** - Search repositories
843
843
- ` page ` : Page number for pagination (min 1) (number, optional)
844
844
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
845
- - ` query ` : Search query (string, required)
845
+ - ` 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)
846
846
847
847
</details >
848
848
@@ -872,8 +872,8 @@ The following sets of tools are available (all are on by default):
872
872
- ` order ` : Sort order (string, optional)
873
873
- ` page ` : Page number for pagination (min 1) (number, optional)
874
874
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
875
- - ` query ` : Search query using GitHub users search syntax scoped to type: user (string, required)
876
- - ` sort ` : Sort field by category (string, optional)
875
+ - ` query ` : User search query. Examples: 'john smith', 'location : seattle ', 'followers:>100'. Search is automatically scoped to type: user . (string, required)
876
+ - ` sort ` : Sort users by number of followers or repositories, or when the person joined GitHub. (string, optional)
877
877
878
878
</details >
879
879
<!-- END AUTOMATED TOOLS -->
0 commit comments