todoist_list_tasks
Retrieve tasks from Todoist using filters like project, label, due date, or priority to organize and manage your to-do list.
Instructions
List tasks from Todoist with optional filters.
Supports filtering by project, label, or using Todoist's filter syntax.
Common filters: 'today', 'tomorrow', 'overdue', 'p1', 'p2', 'no due date',
'due before: tomorrow', '7 days', '@label_name', '#project_name'.
Args:
params: ListTasksInput containing:
- project_id: Filter by project
- label: Filter by label name
- filter: Todoist filter query
- limit: Maximum tasks to return
- response_format: 'markdown' or 'json'
Returns:
List of tasks with their content, due dates, and priorities.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |