Skip to main content
Glama
useshortcut

Shortcut MCP Server

Official
by useshortcut

stories-update

Update specific fields of a Shortcut story, such as name, description, type, or state, by providing the story ID and any fields to modify. Leaves unspecified fields unchanged.

Instructions

Update a Shortcut story. Only provide fields to update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storyPublicIdYesStory ID (required)
nameNoStory name
descriptionNoStory description
typeNoStory type
epicNoEpic ID (null to unset)
estimateNoPoint estimate (null to unset)
iterationNoIteration ID (null to unset)
owner_idsNoOwner user UUIDs
workflow_state_idNoWorkflow state ID
labelsNoLabels to assign
custom_fieldsNoCustom field values
team_idNoTeam UUID (null to unset)
project_idNoProject ID (null to unset)
deadlineNoDue date ISO 8601 (null to unset)
follower_idsNoFollower user UUIDs
requested_by_idNoRequester user UUID
archivedNoArchive the story
Behavior2/5

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

No annotations are provided, and the description is minimal. It does not disclose what the tool does beyond 'update', whether it returns the updated story, any permission requirements, or error behavior. The hint about partial update is useful but insufficient for full transparency.

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 first sentence states the purpose, and the second provides a key usage hint. No unnecessary words.

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 17 parameters, no output schema, and no annotations, the description is too sparse. It fails to explain that the tool performs a partial update, what the response looks like, or any constraints. The schema covers parameter descriptions, but behavioral context is missing.

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, so the baseline is 3. The description adds no additional parameter semantics beyond the schema's own descriptions. It does not explain nuances like replacement vs. additive behavior for arrays.

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 ('Update') and resource ('Shortcut story'), and adds a specific usage hint ('Only provide fields to update'), which distinguishes it from create or search operations among its siblings.

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 guideline ('Only provide fields to update'), implying partial update semantics. While it does not explicitly mention when to use this vs alternatives, the sibling names (e.g., stories-create, stories-search) make the context clear.

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/useshortcut/mcp-server-shortcut'

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