list_tasks
Retrieve tasks filtered by user, project, or status to find exactly what you need. Returns simplified task objects for quick review.
Instructions
List tasks with optional filters. Returns simplified task objects. Use this to find tasks by user, project, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tasks to return (max 100) | |
| is_closed | No | Filter by closed status | |
| project_id | No | ID of the project the task belongs to | |
| responsible_id | No | ID of user responsible for the task |