Skip to main content
Glama

Linear MCP Server

by cosmix

create_comment

Add a comment to a Linear issue by specifying the issue ID and markdown-formatted content. Facilitates communication within the Linear issue tracking system.

Instructions

Create a new comment on a Linear issue

Input Schema

NameRequiredDescriptionDefault
bodyYesContent of the comment (markdown supported)
issueIdYesID or key of the issue to comment on

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Content of the comment (markdown supported)", "type": "string" }, "issueId": { "description": "ID or key of the issue to comment on", "type": "string" } }, "required": [ "issueId", "body" ], "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

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/cosmix/linear-mcp'

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