GitHub MCP Server

add_issue_comment

Adds a comment to an existing GitHub issue by specifying the repository, issue number, and comment body, streamlining issue management and collaboration.

Instructions

Add a comment to an existing issue

Input Schema

NameRequiredDescriptionDefault
bodyYes
issue_numberYes
ownerYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "type": "string" }, "issue_number": { "type": "number" }, "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "issue_number", "body" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server

Related Tools

ID: 782x50kvuh