Skip to main content
Glama

Linear MCP Server

linear_add_comment

Add comments to Linear issues using markdown, with optional custom username and avatar, for enhanced project management and issue tracking.

Instructions

Add a comment to an issue.

Args: issue_id: Issue ID to comment on body: Comment text (markdown supported) create_as_user: Custom username display_icon_url: Custom avatar URL

Input Schema

NameRequiredDescriptionDefault
bodyYes
create_as_userNo
display_icon_urlNo
issue_idYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "create_as_user": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Create As User" }, "display_icon_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Display Icon Url" }, "issue_id": { "title": "Issue Id", "type": "string" } }, "required": [ "issue_id", "body" ], "title": "linear_add_commentArguments", "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/vinayak-mehta/linear-mcp'

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