Skip to main content
Glama

linear_updateDocument

Idempotent

Update an existing Linear document by supplying its ID and at least one field to change, such as title, content, icon, or team association.

Instructions

Update an existing Linear document. Provide id plus at least one other field to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the document to update
iconNoUpdated icon. Pass null to clear it.
colorNoUpdated icon color. Pass null to clear it.
titleNoUpdated document title
teamIdNoUpdated team association. Pass null to clear it.
contentNoUpdated markdown content. Pass null to clear it.
cycleIdNoUpdated cycle association. Pass null to clear it.
issueIdNoUpdated issue association. Pass null to clear it.
trashedNoWhether the document should be marked as trashed
hiddenAtNoISO timestamp for hiding the document. Pass null to clear it.
projectIdNoUpdated project association. Pass null to clear it.
releaseIdNoUpdated release association. Pass null to clear it.
sortOrderNoUpdated sort order in the resources list
initiativeIdNoUpdated initiative association. Pass null to clear it.
resourceFolderIdNoUpdated resource folder association. Pass null to clear it.
lastAppliedTemplateIdNoUpdated last applied template. Pass null to clear it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNo
iconNo
teamNo
colorNo
cycleNo
issueNo
titleNo
slugIdNo
contentNo
creatorNo
projectNo
releaseNo
trashedNo
hiddenAtNo
createdAtNo
sortOrderNo
updatedAtNo
updatedByNo
archivedAtNo
initiativeNo
resourceFolderIdNo
documentContentIdNo
lastAppliedTemplateNo
Behavior3/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. The description confirms it is an update operation (mutation). No additional behavioral details beyond what annotations provide; no contradiction found.

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 12 words, directly stating the purpose and a key requirement. No unnecessary words, front-loaded with the most important information.

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

Completeness4/5

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

Given the 16 parameters and the presence of an output schema, the description is minimal but combined with the schema it is complete. However, it could explicitly state that the update is partial (only provided fields change) to be fully self-contained. Still, it is mostly adequate.

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% with each parameter having a clear description. The tool description adds minimal guidance ('Provide id plus at least one other field to change'). This meets the baseline for high coverage but does not compensate further.

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 verb 'update' and the resource 'existing Linear document'. It distinguishes from sibling tools like linear_createDocument or linear_archiveDocument by specifying the action and requiring an existing document. The addition of 'Provide id plus at least one other field to change' adds specificity.

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 gives a clear condition for use: must provide id and at least one other field. It implies when not to use (if no fields to change), but does not explicitly name alternatives or exclusions. This is adequate but not exemplary.

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