list_tasks
List tasks by completion, priority, type, assignee, or keyword. Use filters to narrow results and manage project workflows efficiently.
Instructions
List tasks with optional filtering by completion, priority, type, assignee, or search term. Example: 'Show my tasks', 'Show high priority open tasks', 'Tasks assigned to Alice'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, capped at 100) | |
| search | No | Search keyword (matches title/description) | |
| priority | No | Filter by priority level | |
| task_type | No | Filter by task type key (use list_task_types to discover) | |
| project_id | No | Filter by project UUID (use list_projects to discover) | |
| is_completed | No | Filter by completion status. true = completed, false = open. Omit for all. | |
| assigned_to_id | No | Filter by assigned user UUID (use list_users to discover) |