Project Overview Tools
Tools for loading project context and viewing status.
These tools give you and Claude Code a picture of your project state. The get_project_summary tool runs automatically at the start of every session.
get_project_summary
Lightweight snapshot of all active work with epic progress. Returns open epics, task counts per status, active sprint info, and recent activity. This is the primary context-loading tool.
get_status
Aggregate project metrics — total tasks, tasks by status category, active sprint details, and velocity data. More detailed than get_project_summary for status-focused queries.
list_epics
Lists all epics in the project with progress bars showing done, in-progress, and todo counts for child issues.
get_epic
Deep dive into a single epic: all child tasks with their statuses, recent comments, and progress breakdown.
| Parameter | Type | Required | Description |
|---|---|---|---|
| epic_key | string | Yes | Epic issue key or natural language reference (e.g., 'auth epic') |