Linear MCP Server

by scoutos
Verified

add_comment

Add a comment to a Linear ticket by specifying the ticket ID and comment text. Use this tool to provide updates, feedback, or additional details on existing tickets.

Instructions

Add a comment to a specific Linear ticket. This tool is useful for providing feedback, status updates, or additional information on existing tickets.

Input Schema

NameRequiredDescriptionDefault
commentYesThe comment text to add to the ticket
debugNoDebug mode to show extra diagnostics
ticketIdYesThe ID of the Linear ticket to comment on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "description": "The comment text to add to the ticket", "type": "string" }, "debug": { "default": false, "description": "Debug mode to show extra diagnostics", "type": "boolean" }, "ticketId": { "description": "The ID of the Linear ticket to comment on", "type": "string" } }, "required": [ "ticketId", "comment" ], "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 728qtm68bf