Skip to main content
Glama

linear_searchReleases

Search releases by matching term, version, or pipeline name. Apply filters for pipeline, stage, or archived releases.

Instructions

Search releases by term, version, or pipeline name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termNoSearch term to match against release name, version, or pipeline name
limitNoMaximum number of releases to return (default: 20)
includeArchivedNoInclude archived releases in the search results
pipelineIdNoFilter search results by release pipeline ID
stageIdNoFilter search results by release stage ID
Behavior2/5

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

With no annotations, the description must carry the full burden. It only states the search capability but does not disclose if the tool is read-only, how results are ordered, pagination details, or what fields are returned. The behavioral traits are largely unspecified.

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?

The description is a single, efficient sentence that conveys the core purpose. There is no verbosity, but it could be slightly expanded to include key details like filtering options without becoming overly long.

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 the tool has 5 parameters and no output schema or annotations, the description is too brief. It lacks information about return values, ordering, default limit, or how archived releases are handled (despite includeArchived in schema). Completeness is low for the complexity.

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% with all parameters having descriptions. The description reinforces some parameter purposes (e.g., term matching against name/version/pipeline) but does not add new meaning beyond the schema. Baseline of 3 is appropriate.

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 'Search releases' with a specific verb and resource. It also mentions searchable fields (term, version, pipeline name), but omits the stage filter from the schema and does not differentiate from siblings like linear_getReleases, which may list all releases without search filters.

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 is provided on when to use this tool versus alternatives (e.g., linear_getReleases for listing all releases, linear_getReleaseById for a specific release). The description offers no context on prerequisites or exclusions.

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

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