Skip to main content
Glama
ptamb3

Shortcut MCP Server

by ptamb3

Update Shortcut Label

update_label

Update a label's name, color, description, or archived status in Shortcut.

Instructions

Update a label in Shortcut.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
colorNo
confirmNoMust be CONFIRM_WRITE to execute
dry_runNo
archivedNo
label_idYes
descriptionNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Update a label in Shortcut' without mentioning mutability, the required confirm safety parameter, dry_run support, reversibility, or any side effects. This is a significant gap for a mutation tool.

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

Conciseness2/5

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

The description is a single short sentence, which is concise but under-specifies the operation. It prioritizes brevity over usefulness, omitting any structural detail about inputs or behavior, and reads more like a placeholder than a deliberate documentation choice.

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

Completeness1/5

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

For a 7-parameter mutation tool with no annotations and no output schema, this description is wholly inadequate. It lacks field explanations, safety behavior, and context about update semantics, making it impossible for an agent to invoke correctly without additional information.

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

Parameters1/5

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

Schema description coverage is only 14% (only 'confirm' has a description), and the tool description adds nothing about the seven parameters. It does not explain name, color, archived, description, or label_id semantics, so the agent cannot accurately map inputs to intended effects.

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 the verb 'Update' and resource 'label', making the core action unambiguous. However, it does not differentiate this tool from sibling operations like create_label or delete_label beyond the verb, and it does not mention the specific fields involved.

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 such as create_label or delete_label. The description gives no context, prerequisites, or exclusions, leaving the agent without directional information.

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

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