list_stories
Retrieve stories from your project backlog with optional filters for epic, status, or type to organize and track development tasks.
Instructions
List stories from the project index, optionally filtered by epic, status, or type. Returns an array of {story_id, title, status, epic_id, story_type} objects. With no filters, returns all stories across all epics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epic_id | No | Optional epic ID to filter by (e.g. EPIC-003). When provided, only stories belonging to this epic are returned. | |
| status | No | Optional status to filter by. Valid values: draft, in-progress, done, blocked. When provided, only stories with this status are returned. | |
| story_type | No | Optional story type to filter by. Valid values: feature, bug, chore, spike. When provided, only stories of this type are returned. |