list_tasks
Retrieve project tasks with optional status and tag filters, limiting results to avoid context overload.
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 |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| status | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||