Skip to main content
Glama
ptamb3

Shortcut MCP Server

by ptamb3

Create Shortcut Story

create_story

Create a new story in a Shortcut project with required name and project ID, plus optional description, type, deadline, and labels.

Instructions

Create a new Shortcut story in a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
confirmNoMust be CONFIRM_WRITE to execute
dry_runNo
epic_idNo
deadlineNoISO 8601 date for the story deadline, e.g. 2026-03-13T23:59:59Z
estimateNo
label_idsNo
owner_idsNo
project_idYes
story_typeNoDefaults to feature
descriptionNo
follower_idsNoMember UUIDs to add as watchers/followers
iteration_idNo
custom_fieldsNoCustom field values, e.g. priority
requested_by_idNo
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states 'Create', but fails to mention the required confirm parameter (CONFIRM_WRITE) for execution, potential side effects, or success/error behavior. 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.

Conciseness3/5

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

The description is a single concise sentence with no fluff, but it is under-specified for a tool with 15 parameters. While it earns its place, it could be slightly expanded without losing conciseness.

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?

This tool has 15 parameters, no annotations, and no output schema, yet the description is just one short sentence. It omits usage guidelines, parameter semantics, and behavioral expectations, making it severely incomplete for such a complex tool.

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 33%, and the description adds no parameter information at all. It does not explain the required name and project_id fields or any optional fields, failing to compensate for the large portion of undocumented parameters.

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 uses the specific verb 'Create' with the resource 'Shortcut story in a project', clearly defining the tool's function. It distinguishes from siblings like update_story and create_epic by focusing on creation of a story entity.

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 update_story or create_story_task. There is no mention of prerequisites or scenarios where other tools would be more appropriate, leaving the agent without context for tool selection.

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