Search OmniFocus
omnifocus_searchSearch for tasks, projects, folders, or tags in OmniFocus using a query. Filter results by type and limit the number returned.
Instructions
Search for tasks, projects, folders, or tags in OmniFocus.
Uses OmniFocus's smart matching to find items.
Args:
query (string): Search query
searchType (string): 'tasks', 'projects', 'folders', 'tags', or 'all' (default: 'all')
limit (number): Max results per type, 1-100 (default: 20)
Returns: Matching items organized by type
Examples:
Search all: { query: "report" }
Search projects only: { query: "work", searchType: "projects" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results per type | |
| query | Yes | Search query string | |
| searchType | No | Type of items to search | all |