Smithery
add_issue_comment
Add a comment to an existing issue
Remote AndyManastorm/smithery-reference-servers
Other tools also called add_issue_comment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"body": {
"type": "string"
},
"repo": {
"type": "string"
},
"owner": {
"type": "string"
},
"issue_number": {
"type": "number"
}
}
}