Skip to main content
Glama

Linear MCP Server

by scoutos

get_issue

Retrieve detailed information about a Linear issue, including comments, using the issue ID. Designed to integrate with the Linear MCP Server for efficient issue tracking and management.

Instructions

Get detailed information about a specific Linear issue (also called a ticket), including comments if requested.

Input Schema

NameRequiredDescriptionDefault
debugNo
includeCommentsNo
issueIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "debug": { "default": false, "type": "boolean" }, "includeComments": { "default": true, "type": "boolean" }, "issueId": { "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/scoutos/mcp-linear'

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