Skip to main content
Glama

Linear MCP Server

linear_add_comment

Add comments to Linear issues to provide updates, context, or feedback using markdown formatting for clear communication within the issue tracking system.

Instructions

Add a comment to a Linear issue

Input Schema

NameRequiredDescriptionDefault
bodyYesComment text (markdown supported)
createAsUserNoCustom username for the comment creator
displayIconUrlNoCustom avatar URL for the comment creator
issueIdYesIssue ID to comment on

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Comment text (markdown supported)", "type": "string" }, "createAsUser": { "description": "Custom username for the comment creator", "type": "string" }, "displayIconUrl": { "description": "Custom avatar URL for the comment creator", "type": "string" }, "issueId": { "description": "Issue ID to comment on", "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/magarcia/mcp-server-linearapp'

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