todoist_get_tasks
Retrieve filtered Todoist tasks by project ID, priority, natural language filters, or task limits to organize and manage your to-do list effectively.
Instructions
Get a list of tasks from Todoist with various filters
Args: project_id: Filter tasks by project ID (optional) filter: Natural language filter like 'today', 'tomorrow', 'next week', 'priority 1', 'overdue' (optional) priority: Filter by priority level (1-4) (optional) limit: Maximum number of tasks to return (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | ||
limit | No | ||
priority | No | ||
project_id | No |