Linear MCP Server

get_issue

Get detailed information about a specific Linear issue including optional relationships and cleaned content

Input Schema

NameRequiredDescriptionDefault
includeRelationshipsNoInclude comments, parent/sub-issues, and related issues. Also extracts mentions from content.
issueIdYesThe ID or key of the Linear issue

Input Schema (JSON Schema)

{ "properties": { "includeRelationships": { "default": false, "description": "Include comments, parent/sub-issues, and related issues. Also extracts mentions from content.", "type": "boolean" }, "issueId": { "description": "The ID or key of the Linear issue", "type": "string" } }, "required": [ "issueId" ], "type": "object" }