Skip to main content
Glama

linear_createComment

Add a comment to a Linear issue using Markdown formatting, enabling collaboration and task updates directly within the project management system.

Instructions

Add a comment to an issue in Linear

Input Schema

NameRequiredDescriptionDefault
bodyYesText of the comment (Markdown supported)
issueIdYesID or identifier of the issue to comment on (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Text of the comment (Markdown supported)", "type": "string" }, "issueId": { "description": "ID or identifier of the issue to comment on (e.g., ABC-123)", "type": "string" } }, "required": [ "issueId", "body" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tacticlaunch/mcp-linear'

If you have feedback or need assistance with the MCP directory API, please join our Discord server