Skip to main content
Glama

linear_createRelease

Create a new release in a Linear release pipeline by providing name, version, and optional dates or commit SHA to track progress.

Instructions

Create a new release in a release pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the release
stageIdNoOptional stage ID for the release
versionNoThe version identifier for the release
commitShaNoThe Git commit SHA associated with the release
createdAtNoOptional creation timestamp for a backfilled release (ISO 8601)
startDateNoOptional estimated start date in YYYY-MM-DD format
startedAtNoOptional actual start timestamp for a backfilled release (ISO 8601)
pipelineIdYesThe ID of the release pipeline this release belongs to
targetDateNoOptional estimated completion date in YYYY-MM-DD format
completedAtNoOptional actual completion timestamp for a backfilled release (ISO 8601)
descriptionNoThe release description in markdown or plain text

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
nameNo
stageNo
creatorNo
trashedNo
versionNo
pipelineNo
commitShaNo
createdAtNo
startDateNo
startedAtNo
updatedAtNo
canceledAtNo
issueCountNo
targetDateNo
completedAtNo
descriptionNo
currentProgressNo
Behavior3/5

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

Annotations indicate a non-readOnly, non-destructive write operation. The description confirms a creation action but adds no further behavioral context (e.g., side effects, required permissions, or constraints). No contradictions with annotations.

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 a single sentence of 9 words, front-loaded with the core action. Every word is necessary, and there is no redundant or irrelevant content.

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?

Given 11 parameters and an output schema, the description is minimal but sufficient. It does not discuss optional behaviors (e.g., backfilling timestamps) but the schema and output schema compensate.

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?

The input schema has 100% description coverage across all 11 parameters. The description adds no parameter-specific information, but baseline is 3 given high schema coverage.

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 action ('Create'), resource ('a new release'), and context ('in a release pipeline'). It distinguishes this tool from siblings like linear_getReleases, linear_searchReleases, etc.

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

Usage Guidelines3/5

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

The description implies when to use (creating a release), but lacks explicit guidance on when not to use or comparison with alternatives like linear_completeRelease or linear_updateRelease. No exclusions or context cues are provided.

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