Skip to main content
Glama

MCP Linear App

by zalab-inc

create_comment

Add comments to Linear issues to provide updates, share information, or collaborate with team members on project tasks.

Instructions

A tool that creates a comment on an issue in Linear

Input Schema

NameRequiredDescriptionDefault
commentYesThe comment to send to the issue
issueIdYesThe ID of the issue to send a comment to

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "The comment to send to the issue", "type": "string" }, "issueId": { "description": "The ID of the issue to send a comment to", "type": "string" } }, "required": [ "issueId", "comment" ], "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/zalab-inc/mcp-linear-app'

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