Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a comment to a GitHub issue or pull request
| Field | Value |
|---|---|
| Name | github__add_issue_comment |
| Group | Integrations |
{
"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."
}