todoist_filter_create
Create a custom Todoist filter with query syntax like 'p1' or 'today & #Project'. Organize tasks by priority, due date, or labels. Requires Pro or Business plan.
Instructions
Create a new custom filter in Todoist. Filters use Todoist's query syntax (e.g., 'p1', 'today', '@label', '#project'). Note: Requires Todoist Pro or Business plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the filter to create | |
| query | Yes | Filter query using Todoist syntax. Examples: 'p1' for priority 1, 'today' for tasks due today, '@work' for tasks with work label, '#Project' for tasks in a project, 'p1 & today' for combined filters | |
| color | No | Color of the filter icon (optional) - can be a Todoist color name like 'red', 'blue', 'green', etc. | |
| item_order | No | Order position of the filter in the filter list (optional, lower values appear first) | |
| is_favorite | No | Whether the filter should be marked as favorite (optional, favorites appear in sidebar) |