Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
linear__add_comment
{ "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." }