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
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
720
721
-`owner`: The owner of the repository. (string, required)
721
-
-`page`: Page number for pagination (min 1) (number, optional)
722
722
-`perPage`: Results per page for pagination (min 1, max 100) (number, optional)
723
723
-`repo`: The name of the repository. (string, required)
724
724
-`severity`: Filter dependabot alerts by severity (string, optional)
@@ -755,7 +755,7 @@ The following sets of tools are available:
755
755
756
756
-**get_discussion_comments** - Get discussion comments
757
757
-**Required OAuth Scopes**: `repo`
758
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
758
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
759
759
-`discussionNumber`: Discussion Number (number, required)
760
760
-`includeReplies`: When true, each top-level comment will include its replies nested within it (up to 100 replies per comment, which is the GitHub API maximum). Defaults to false. (boolean, optional)
761
761
-`owner`: Repository owner (string, required)
@@ -769,7 +769,7 @@ The following sets of tools are available:
769
769
770
770
-**list_discussions** - List discussions
771
771
-**Required OAuth Scopes**: `repo`
772
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
772
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
773
773
-`category`: Optional filter by discussion category ID. If provided, only discussions with this category are listed. (string, optional)
774
774
-`direction`: Order direction. (string, optional)
775
775
-`orderBy`: Order discussions by field. If provided, the 'direction' also needs to be provided. (string, optional)
@@ -826,7 +826,7 @@ The following sets of tools are available:
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
105
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
106
106
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
107
107
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
-`confidence`: How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal. (string, optional)
201
202
-`is_suggestion`: If true, this issue type change is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the type is applied or recorded as a proposal is determined by the API. (boolean, optional)
202
203
-`issue_number`: The issue number to update (number, required)
203
204
-`issue_type`: The issue type to set (string, required)
-`assignees`: Usernames to assign to this issue (string[], optional)
@@ -67,7 +67,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
67
67
68
68
### `remote_mcp_issue_fields`
69
69
70
-
-**issue_write** - Create or update issue
70
+
-**issue_write** - Create or update issue/pull request
71
71
-**Required OAuth Scopes**: `repo`
72
72
-`assignees`: Usernames to assign to this issue (string[], optional)
73
73
-`body`: Issue body content (string, optional)
@@ -96,7 +96,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
96
96
97
97
-**list_issues** - List issues
98
98
-**Required OAuth Scopes**: `repo`
99
-
-`after`: Cursor for pagination. Use the endCursor from the previous page's PageInfo for GraphQL APIs. (string, optional)
99
+
-`after`: Cursor for pagination. Use the cursor from the previous response. (string, optional)
100
100
-`direction`: Order direction. If provided, the 'orderBy' also needs to be provided. (string, optional)
101
101
-`field_filters`: Filter by custom issue field values. Each entry takes a field_name and a value; the server looks up the field and coerces the value to its type (single-select option name, text, number, or YYYY-MM-DD date). (object[], optional)
Copy file name to clipboardExpand all lines: pkg/github/__toolsnaps__/add_issue_comment.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"annotations": {
3
-
"title": "Add comment to issue"
3
+
"title": "Add comment to issue or pull request"
4
4
},
5
5
"description": "Add a comment to a specific issue in a GitHub repository. Use this tool to add comments to pull requests as well (in this case pass pull request number as issue_number), but only if user is not asking specifically to add review comments.",
0 commit comments