get_current_progress
Query project status by scope and detail level. Replace multiple helper calls with one flexible query for tasks, milestones, files, and more.
Instructions
Single entry point for scoped project status queries. Replaces 5-10 separate helper calls with one flexible query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | What to retrieve: 'tasks', 'milestones', 'completion_paths', 'files', 'functions', 'flows', 'themes', 'infrastructure', 'all' | |
| detail_level | No | How much detail: 'minimal', 'standard', 'full' | standard |
| filters | No | WHERE-like conditions: {field: value} or {field: {operator: value}} |