Linear MCP Server

get_issue

Get detailed information about a specific Linear issue

Input Schema

NameRequiredDescriptionDefault
issueIdYesThe ID or key of the Linear issue

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "The ID or key of the Linear issue", "type": "string" } }, "required": [ "issueId" ], "type": "object" }

You must be authenticated.

Other Tools