list_active_tasks
Retrieve active Todoist tasks with filtering options for projects, due dates, and priorities to manage workflow efficiently.
Instructions
List tasks from Todoist
Args:
project_name: Filter tasks by project name (alternative to project_id)
filter_string: Todoist filter string like "today", "overdue", "p1" (optional)
limit: Maximum number of tasks to return (default 50)
Returns:
Dict containing list of tasks or error messageInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| project_name | No | ||
| filter_string | No | ||
| limit | No |