Skip to main content
Glama
larryhudson

Linear MCP Server

by larryhudson

search_issues

Find Linear issues using filters for status, team, assignment, and current cycle. Retrieve matching issues with configurable limits.

Instructions

Search for Linear issues with various filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of issues to return (default: 20)
statusNoStatus name to filter by (e.g., 'Todo', 'In Progress')
is_unassignedNoFilter for unassigned issues (true) or assigned issues (false)
team_identifierNoTeam identifier (e.g., 'ENG' for Engineering)
is_current_cycleNoFilter for issues in the current cycle
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description alone bears the burden of behavioral disclosure. It only claims 'search' (implying read-only) but does not describe matching behavior, sorting, pagination, or what fields are returned—significant gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence, front-loaded, and free of filler. However, 'various filters' is vague, and the sentence is efficient but lacks substance, so it does not reach a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, the description is far too thin. It omits search behavior details, return format, and relationship to sibling tools, making the tool difficult to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents all parameters. The phrase 'various filters' adds no specific parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Search') and resource ('Linear issues') with a general indication of filters, which helps distinguish from get_ticket (single ticket) and get_my_issues (personal scope). However, it does not enumerate filter types, leaving some ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to choose search_issues over get_my_issues or get_ticket, nor any exclusions or prerequisites. The implied usage is broad, but the description offers no explicit context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/larryhudson/linear-mcp-server-again'

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