Skip to main content
Glama
keegancsmith

Linear Issues MCP Server

by keegancsmith

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
linear_get_issueB

Fetch details of a single Linear issue by providing its URL or identifier.

linear_get_issue_with_commentsC

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 2 tools

Disambiguation2/5

The two tools have overlapping purposes, as both fetch Linear issues, with the second tool adding comments. An agent could easily misselect between them when only basic issue details are needed, since the descriptions don't clearly differentiate when to use each beyond the comment inclusion. This creates ambiguity in tool selection for common workflows.

Naming Consistency5/5

Both tools follow a consistent naming pattern with the prefix 'linear_get_issue' and descriptive suffixes ('', '_with_comments'), using snake_case uniformly. The naming is predictable and clearly indicates the domain and action, making it easy for agents to understand the tool set's structure.

Tool Count2/5

With only 2 tools, this server feels severely under-scoped for managing Linear issues, a domain that typically requires CRUD operations like create, update, delete, search, and list. The limited tool count suggests incomplete coverage, making it difficult for agents to perform basic tasks beyond fetching issues.

Completeness1/5

The tool surface is severely incomplete for a Linear issues server, lacking essential operations such as creating, updating, deleting, listing, or searching issues. Agents will encounter dead ends when trying to perform common workflows, as the tools only support fetching issue details with or without comments, leaving major gaps in functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues