Skip to main content
Glama

create_story

Destructive

Creates a new story under an existing epic, assigns a STORY-NNN ID, writes the story file, and registers it in requirements-index.md and backlog.md with status draft.

Instructions

Create a new story under an existing epic. Assigns the next STORY-NNN ID, writes the story file, and registers it in requirements-index.md and backlog.md with status draft. The story is appended to the end of the backlog. Returns {story_id, path}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoOptional description or goal for the story. Written into the story.md file.
epic_idYesEpic ID the story belongs to, e.g. EPIC-003. The epic must already exist.
story_typeNoType of story. Valid values: feature, bug, chore, spike. Defaults to 'feature' if not provided.
titleYesTitle of the story, e.g. 'User can reset password'
Behavior5/5

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

The description details the ID assignment, file writes, index registration, and return value, adding significant context beyond annotations (destructiveHint=true). No contradictions.

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?

Three concise sentences: purpose, process, return value. No wasted words, front-loaded with key action.

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?

Covers creation procedure and return value. Lacks explicit error handling details, but schema covers preconditions. Acceptably complete for a creation tool.

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%, so the baseline is 3. The description adds little beyond what the schema provides, e.g., noting defaults already in schema.

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 'Create a new story under an existing epic.' It specifies the action (create), resource (story), and context (under epic), distinguishing it from siblings like create_epic.

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 outlines the process and context (under existing epic) but lacks explicit guidance on when not to use or alternatives. However, the parameter schema notes epic must exist, implying preconditions.

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/corbym/backlog-mcp'

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