Skip to main content
Add a comment to a Linear issue

Tool details

FieldValue
Namelinear__add_comment
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.