Skip to main content
Glama

Linear Issues MCP Server

by keegancsmith

linear_get_issue_with_comments

Retrieve detailed information and all comments for a Linear issue using its URL or identifier. Provides comprehensive issue data for analysis or context.

Instructions

Fetch a Linear issue with all its comments and complete information.

Input Schema

NameRequiredDescriptionDefault
issueYesLinear issue URL or identifier (e.g., 'ENG-123' or 'https://linear.app/team/issue/ENG-123/issue-title')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue": { "description": "Linear issue URL or identifier (e.g., 'ENG-123' or 'https://linear.app/team/issue/ENG-123/issue-title')", "type": "string" } }, "required": [ "issue" ], "type": "object" }
Install Server

Other Tools from Linear Issues 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/keegancsmith/linear-issues-mcp-server'

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