get_story
Retrieve complete markdown content and metadata for a specific story from your project backlog to access detailed requirements and status information.
Instructions
Get the full markdown content and metadata for a single story. Returns {story_id, title, status, epic_id, path, content} where content is the raw markdown of the story file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_id | Yes | Story ID to retrieve, e.g. STORY-047 |