filter_tasks
Filter OmniFocus tasks by status, dates, projects, tags, search text, and more with unlimited perspective combinations.
Instructions
Advanced task filtering with unlimited perspective combinations - status, dates, projects, tags, search, and more
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskStatus | No | Filter by task status. Can specify multiple statuses | |
| perspective | No | Limit search to specific perspective: inbox, flagged, all tasks | |
| projectFilter | No | Filter by project name (partial match) | |
| tagFilter | No | Filter by tag name(s). Can be single tag or array of tags | |
| exactTagMatch | No | Set to true for exact tag name match, false for partial (default: false) | |
| dueBefore | No | Show tasks due before this date (ISO format: YYYY-MM-DD) | |
| dueAfter | No | Show tasks due after this date (ISO format: YYYY-MM-DD) | |
| dueToday | No | Show tasks due today | |
| dueThisWeek | No | Show tasks due this week | |
| dueThisMonth | No | Show tasks due this month | |
| overdue | No | Show overdue tasks only | |
| deferBefore | No | Show tasks with defer date before this date (ISO format: YYYY-MM-DD) | |
| deferAfter | No | Show tasks with defer date after this date (ISO format: YYYY-MM-DD) | |
| deferToday | No | Show tasks deferred to today | |
| deferThisWeek | No | Show tasks deferred to this week | |
| deferAvailable | No | Show tasks whose defer date has passed (now available) | |
| plannedBefore | No | Show tasks planned before this date (ISO format: YYYY-MM-DD) | |
| plannedAfter | No | Show tasks planned after this date (ISO format: YYYY-MM-DD) | |
| plannedToday | No | Show tasks planned for today | |
| plannedThisWeek | No | Show tasks planned for this week | |
| plannedThisMonth | No | Show tasks planned for this month | |
| completedBefore | No | Show tasks completed before this date (ISO format: YYYY-MM-DD) | |
| completedAfter | No | Show tasks completed after this date (ISO format: YYYY-MM-DD) | |
| completedToday | No | Show tasks completed today | |
| completedThisWeek | No | Show tasks completed this week | |
| completedThisMonth | No | Show tasks completed this month | |
| flagged | No | Filter by flagged status | |
| searchText | No | Search in task names and notes | |
| hasEstimate | No | Filter tasks that have time estimates | |
| estimateMin | No | Minimum estimated minutes | |
| estimateMax | No | Maximum estimated minutes | |
| hasNote | No | Filter tasks that have notes | |
| inInbox | No | Filter tasks in inbox | |
| limit | No | Maximum number of tasks to return (default: 100) | |
| sortBy | No | Sort results by field | |
| sortOrder | No | Sort order (default: asc) |