Skip to main content
Glama

list_issue_labels

Retrieve issue labels from your Linear workspace. Optionally filter by team to get labels specific to that team.

Instructions

List issue labels. team_id scopes to one team; omit for org-wide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
firstNo
team_idNo
workspaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description bears full burden. It correctly describes the listing operation and team scoping, but fails to disclose pagination behavior, rate limits, or authorization needs. It is honest but minimal.

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

Conciseness5/5

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

The description is extremely concise with two sentences. The key action ('List issue labels') is front-loaded. Every word adds value without redundancy.

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

Completeness3/5

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

The tool has an output schema, so return value details are covered. However, critical parameter semantics for pagination (after, first) and workspace scoping are missing. The description provides reasonable completeness for a simple list operation but has notable gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. Only team_id is explained ('scopes to one team; omit for org-wide'). Parameters after, first (pagination), and workspace are completely undocumented, leaving the agent without guidance on their meaning or usage.

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

Purpose5/5

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

The description clearly states the tool lists issue labels and explains the team_id parameter's scoping behavior. It distinguishes from sibling tools like create_issue_label (create vs list) and list_comments (different resource).

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

Usage Guidelines4/5

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

The description provides explicit context on when to use team_id (scope to one team) and when not (omit for org-wide). While it doesn't explicitly mention when not to use this tool vs alternatives, the context is clear enough given sibling names.

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

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