todoist_get_tasks
Retrieve tasks from Todoist using filters like due date, priority, or project. Specify filter string or limit to refine results.
Instructions
Get a list of tasks from Todoist with various filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks to return (optional) | |
| filter | No | Natural language filter like 'today', 'tomorrow', 'next week', 'priority 1', 'overdue' (optional) | |
| priority | No | Filter by priority level (1-4) (optional) | |
| project_id | No | Filter tasks by project ID (optional) |