Skip to main content
Glama
gerbal
by gerbal

list_issues

Filter and retrieve issues from Linear by team, assignee, status, project, creator, priority, or due date.

Instructions

List issues with optional filters

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamIdNoFilter by team ID (optional)
assigneeIdNoFilter by assignee ID (optional)
statusNoFilter by status (optional)
projectIdNoFilter by project ID (optional)
creatorIdNoFilter by creator ID (optional)
priorityNoFilter by priority (0-4, optional)
dueDateNoFilter by exact due date (YYYY-MM-DD, optional)
dueDateGteNoFilter by due date greater than or equal to (YYYY-MM-DD, optional)
dueDateLteNoFilter by due date less than or equal to (YYYY-MM-DD, optional)
firstNoNumber of issues to return (default: 50)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not mention pagination, default behavior, or any side effects. Being a read operation is implied but not stated, and no details about return structure are given.

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?

Very concise at one sentence, front-loaded. However, it could be slightly expanded to include usage context without harming conciseness.

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?

With 10 optional parameters, no output schema, and no annotations, the description is too minimal. It fails to explain pagination, default results, ordering, or what the output contains.

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 coverage is 100%, so each parameter already has a description. The tool description 'List issues with optional filters' adds no extra meaning beyond what the schema provides, hence baseline 3.

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 clearly states it lists issues with optional filters. It distinguishes from siblings like create_issue or get_issue, but doesn't differentiate from search_issues which also retrieves issues.

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 use list_issues vs alternatives like search_issues. The description only states 'optional filters' without explaining when filtering is appropriate or when to use other tools.

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

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