get_project_status
Retrieves the status of registered projects, including task completion counts. Filter by project ID or list all active projects.
Instructions
Status of your registered projects.
Reads the project REGISTRY (the `projects` table — the source of truth that
the dashboard Work tab shows), not just the folders on disk, and adds task
completion counts. Empty project_id lists ALL active projects; a specific
project_id (exact or partial) shows that one, enriched from its folder card
if a `projects/active/<name>/` folder exists.
Args:
project_id: Project id (or part of one). Empty string = all active projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |