Skip to main content
Glama

Linear MCP Server

by cosmix

get_issue

Retrieve detailed Linear issue information, including optional relationships like comments and related issues, using the issue ID or key.

Instructions

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" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

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/cosmix/linear-mcp'

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