list_projects
List all projects accessible to the user, showing names, IDs, status, and task counts. Filter by status or parent project to narrow results.
Instructions
List all projects accessible to the authenticated user. Returns project names, IDs, status, and task counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by project status. Defaults to all. | |
| parent_id | No | Filter by parent project ID to get sub-projects. Omit for top-level projects. |