You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -986,15 +986,15 @@ The following sets of tools are available:
986
986
987
987
-**pull_request_read** - Get details for a single pull request
988
988
-`method`: Action to specify what pull request data needs to be retrieved from GitHub.
989
-
Possible options:
990
-
1. get - Get details of a specific pull request.
991
-
2. get_diff - Get the diff of a pull request.
992
-
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
993
-
4. get_files - Get the list of files changed in a pull request. Use with pagination parameters to control the number of results returned.
994
-
5. get_review_comments - Get review threads on a pull request. Each thread contains logically grouped review comments made on the same code location during pull request reviews. Returns threads with metadata (isResolved, isOutdated, isCollapsed) and their associated comments. Use cursor-based pagination (perPage, after) to control results.
995
-
6. get_reviews - Get the reviews on a pull request. When asked for review comments, use get_review_comments method.
996
-
7. get_comments - Get comments on a pull request. Use this if user doesn't specifically want review comments. Use with pagination parameters to control the number of results returned.
997
-
(string, required)
989
+
Possible options:
990
+
1. get - Get details of a specific pull request.
991
+
2. get_diff - Get the diff of a pull request.
992
+
3. get_status - Get status of a head commit in a pull request. This reflects status of builds and checks.
993
+
4. get_files - Get the list of files changed in a pull request. Use with pagination parameters to control the number of results returned.
994
+
5. get_review_comments - Get review threads on a pull request. Each thread contains logically grouped review comments made on the same code location during pull request reviews. Returns threads with metadata (isResolved, isOutdated, isCollapsed) and their associated comments. Use cursor-based pagination (perPage, after) to control results.
995
+
6. get_reviews - Get the reviews on a pull request. When asked for review comments, use get_review_comments method.
996
+
7. get_comments - Get comments on a pull request. Use this if user doesn't specifically want review comments. Use with pagination parameters to control the number of results returned.
997
+
(string, required)
998
998
-`owner`: Repository owner (string, required)
999
999
-`page`: Page number for pagination (min 1) (number, optional)
1000
1000
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
0 commit comments