Skip to main content
Glama
ptamb3

Shortcut MCP Server

by ptamb3

Archive Shortcut Epic

archive_epic

Archive a Shortcut epic with mandatory confirmation flags to guard against unintended changes.

Instructions

Archive a Shortcut epic. Requires confirm_archive=true and confirm='CONFIRM_WRITE'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be CONFIRM_WRITE to execute
dry_runNo
epic_idYes
confirm_archiveNoMust be true to confirm archiving
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It discloses that both confirm_archive=true and confirm='CONFIRM_WRITE' are required, which is useful safety information. However, it does not explain the side effects of archiving (e.g., reversibility, status changes) or error responses.

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 with no fluff. Every word adds value, and it is front-loaded with the primary purpose followed by the key prerequisite.

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?

This is a mutation tool with no annotations and no output schema. The description is too minimal to be contextually complete: it omits return values, failure modes, dry_run behavior, and any note about whether archiving is reversible. It does not provide enough context for an agent to fully anticipate the tool's behavior.

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 50% (confirm and confirm_archive have descriptions). The description adds the requirement that both must be set together, which is not explicitly stated in the schema. However, it does not clarify the meaning or purpose of dry_run or epic_id beyond the schema, leaving some parameter semantics incomplete.

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 action ('Archive a Shortcut epic') with a specific verb and resource. It does not explicitly differentiate from sibling tools like archive_story or delete_epic, but the verb 'archive' is distinct enough to convey the purpose.

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., delete_epic for permanent removal, update_epic for edits). The confirmation requirement implies a guarded action, but the description does not explain the appropriate context or scenarios.

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