@@ -526,6 +526,18 @@ The following sets of tools are available (all are on by default):
526526 - ` repo ` : Repository name (string, required)
527527 - ` title ` : Issue title (string, required)
528528
529+ - ** find_closing_pull_requests** - Find closing pull requests
530+ - ` after ` : Cursor for forward pagination (use with first/limit) (string, optional)
531+ - ` before ` : Cursor for backward pagination (use with last) (string, optional)
532+ - ` includeClosedPrs ` : Include closed/merged pull requests in results (default: false) (boolean, optional)
533+ - ` issue_numbers ` : Array of issue numbers within the specified repository (number[ ] , required)
534+ - ` last ` : Number of results from end for backward pagination (max: 100) (number, optional)
535+ - ` limit ` : Maximum number of closing PRs to return per issue (default: 10, max: 100) (number, optional)
536+ - ` orderByState ` : Order results by pull request state (default: false) (boolean, optional)
537+ - ` owner ` : The owner of the repository (string, required)
538+ - ` repo ` : The name of the repository (string, required)
539+ - ` userLinkedOnly ` : Return only manually linked pull requests (default: false) (boolean, optional)
540+
529541- ** get_issue** - Get issue details
530542 - ` issue_number ` : The number of the issue (number, required)
531543 - ` owner ` : The owner of the repository (string, required)
0 commit comments