@@ -458,7 +458,7 @@ The following sets of tools are available (all are on by default):
458458
459459- ** list_discussion_categories** - List discussion categories
460460 - ` owner ` : Repository owner (string, required)
461- - ` repo ` : Repository name (string, required )
461+ - ` repo ` : Repository name. If not provided, discussion categories will be queried at the organisation level. (string, optional )
462462
463463- ** list_discussions** - List discussions
464464 - ` after ` : Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
@@ -572,11 +572,11 @@ The following sets of tools are available (all are on by default):
572572
573573- ** search_issues** - Search issues
574574 - ` order ` : Sort order (string, optional)
575- - ` owner ` : Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
575+ - ` owner ` : Optional repository owner. If provided with repo, only issues for this repository are listed. (string, optional)
576576 - ` page ` : Page number for pagination (min 1) (number, optional)
577577 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
578578 - ` query ` : Search query using GitHub issues search syntax (string, required)
579- - ` repo ` : Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
579+ - ` repo ` : Optional repository name. If provided with owner, only issues for this repository are listed. (string, optional)
580580 - ` sort ` : Sort field by number of matches of categories, defaults to best match (string, optional)
581581
582582- ** update_issue** - Edit issue
@@ -744,11 +744,11 @@ The following sets of tools are available (all are on by default):
744744
745745- ** search_pull_requests** - Search pull requests
746746 - ` order ` : Sort order (string, optional)
747- - ` owner ` : Optional repository owner. If provided with repo, only notifications for this repository are listed. (string, optional)
747+ - ` owner ` : Optional repository owner. If provided with repo, only pull requests for this repository are listed. (string, optional)
748748 - ` page ` : Page number for pagination (min 1) (number, optional)
749749 - ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
750750 - ` query ` : Search query using GitHub pull request search syntax (string, required)
751- - ` repo ` : Optional repository name. If provided with owner, only notifications for this repository are listed. (string, optional)
751+ - ` repo ` : Optional repository name. If provided with owner, only pull requests for this repository are listed. (string, optional)
752752 - ` sort ` : Sort field by number of matches of categories, defaults to best match (string, optional)
753753
754754- ** submit_pending_pull_request_review** - Submit the requester's latest pending pull request review
0 commit comments