Skip to main content
Glama

MCP Linear App

by zalab-inc

update_comment

Modify or remove an existing comment on a Linear issue by providing the comment ID and new content or setting the delete flag.

Instructions

A tool that updates or deletes an existing comment on an issue in Linear

Input Schema

NameRequiredDescriptionDefault
commentNoThe new content for the comment
commentIdYesThe ID of the comment to update
deleteNoWhether to delete the comment

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "The new content for the comment", "type": "string" }, "commentId": { "description": "The ID of the comment to update", "type": "string" }, "delete": { "default": false, "description": "Whether to delete the comment", "type": "boolean" } }, "required": [ "commentId" ], "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