@@ -572,11 +572,11 @@ The following sets of tools are available (all are on by default):
572
572
573
573
- ** search_issues** - Search issues
574
574
- ` 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)
576
576
- ` page ` : Page number for pagination (min 1) (number, optional)
577
577
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
578
578
- ` 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)
580
580
- ` sort ` : Sort field by number of matches of categories, defaults to best match (string, optional)
581
581
582
582
- ** update_issue** - Edit issue
@@ -744,11 +744,11 @@ The following sets of tools are available (all are on by default):
744
744
745
745
- ** search_pull_requests** - Search pull requests
746
746
- ` 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)
748
748
- ` page ` : Page number for pagination (min 1) (number, optional)
749
749
- ` perPage ` : Results per page for pagination (min 1, max 100) (number, optional)
750
750
- ` 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)
752
752
- ` sort ` : Sort field by number of matches of categories, defaults to best match (string, optional)
753
753
754
754
- ** submit_pending_pull_request_review** - Submit the requester's latest pending pull request review
0 commit comments