Skip to main content
Add a comment to a GitHub issue or pull request

Tool details

FieldValue
Namegithub__add_issue_comment
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "owner": {
      "type": "string",
      "description": "Repository owner"
    },
    "repo": {
      "type": "string",
      "description": "Repository name"
    },
    "issue_number": {
      "type": "number",
      "description": "Issue or pull request number"
    },
    "body": {
      "type": "string",
      "description": "Comment body (markdown)"
    }
  },
  "required": [
    "owner",
    "repo",
    "issue_number",
    "body"
  ],
  "description": "Input schema for the github__add_issue_comment tool."
}

Output schema

This tool does not publish an output schema.