tracker_dashboard
Get a complete project overview including epics, task stats, recent activity, and notes. Use with branch='current' to scope to active git branch.
Instructions
Get a comprehensive project overview in a single call. Returns: project info, all epics with task counts, overall stats (total/done/blocked/in_progress), recent activity, and recent notes. This is the best first tool to call when starting work on a project. Pass branch="current" to scope the dashboard to the active git branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (omit if only one project exists) | |
| branch | No | Scope to a git branch. Pass "current" to auto-detect; pass empty string to restrict to branch-agnostic epics. Omit to include everything. |