get_story
Retrieves the complete markdown content and metadata for a specified story by its ID, including title, status, epic, and path.
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 |