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 Linear issue
| Field | Value |
|---|---|
| Name | linear__add_comment |
| Group | Integrations |
{
"type": "object",
"properties": {
"issueId": {
"type": "string",
"description": "Issue ID"
},
"body": {
"type": "string",
"description": "Comment body in markdown"
}
},
"required": [
"issueId",
"body"
],
"description": "Input schema for the linear__add_comment tool."
}