Skip to main content
Glama

linear_getComments

Retrieve all comments for a specific issue in Linear, using the issue ID and an optional limit to control the number of comments returned. Simplifies tracking and reviewing discussions within project management.

Instructions

Get all comments for an issue

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to get comments from (e.g., ABC-123)
limitNoMaximum number of comments to return (default: 25)

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to get comments from (e.g., ABC-123)", "type": "string" }, "limit": { "description": "Maximum number of comments to return (default: 25)", "type": "number" } }, "required": [ "issueId" ], "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/tacticlaunch/mcp-linear'

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