Skip to content

Commit 0eba14a

Browse files
authored
Update docs
1 parent 0d8aa95 commit 0eba14a

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
@@ -609,7 +609,7 @@ The following sets of tools are available (all are on by default):
609609
- `order`: Sort order (string, optional)
610610
- `page`: Page number for pagination (min 1) (number, optional)
611611
- `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)
613613
- `sort`: Sort field by category (string, optional)
614614

615615
</details>
@@ -842,7 +842,7 @@ The following sets of tools are available (all are on by default):
842842
- **search_repositories** - Search repositories
843843
- `page`: Page number for pagination (min 1) (number, optional)
844844
- `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)
846846

847847
</details>
848848

@@ -872,8 +872,8 @@ The following sets of tools are available (all are on by default):
872872
- `order`: Sort order (string, optional)
873873
- `page`: Page number for pagination (min 1) (number, optional)
874874
- `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)
877877

878878
</details>
879879
<!-- END AUTOMATED TOOLS -->

0 commit comments

Comments
 (0)