list_projects
List active projects with optional filters for completed status, limit, and offset. Projects are multi-step tasks containing sub-tasks.
Instructions
List all projects. Projects are multi-step tasks that contain sub-tasks.
Args: include_completed: If True, also include completed/cancelled projects. Default False (active projects only). limit: Optional max number of projects. offset: Optional pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_completed | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |