get_story
Retrieve the full markdown content and metadata for a specific story by providing its story ID. Get details like title, status, epic, and raw markdown content.
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 |