list_tasks
Retrieve tasks for a project, with optional status and tag filters, and a configurable limit to control the number of results.
Instructions
List tasks for a project with a default limit of 5 to avoid overloading context windows.
Args: project_id: ID of the project limit: Maximum number of tasks to return (default: 5) status: Optional status filter (e.g., 'success', 'error', 'running') tags: Optional list of tags to filter by
Returns: A list of tasks for the project, limited by the specified count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| limit | No | ||
| status | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||