todoist_get_tasks
Retrieve tasks from Todoist using project ID or filter queries like 'today' or '#work' to organize and manage task lists.
Instructions
Get a list of tasks from Todoist with optional filters.
Args: project_id: Optional project ID to filter tasks by project. filter_string: Optional filter/query string (e.g., "today", "overdue", "#work").
Returns: A formatted string containing the list of tasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | ||
| filter_string | No |