get_story
Retrieve the complete markdown content and metadata for a story by supplying its story ID. Returns title, status, epic ID, path, and raw markdown.
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 |