Search automation API
search_automation_apiSearch installed OmniFocus API docs (4.9+) to locate TypeScript declarations and comments by query. Returns paginated results with offset and character limits, without executing code.
Instructions
Search installed OmniFocus API docs (4.9+). Returns paginated TypeScript declarations and comments; does not execute code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | API search text, e.g. Task.RepetitionRule or getTypeScriptDeclarations. Searches documentation, not tasks. | |
| offset | No | UTF-16 character offset; use nextOffset from the previous page (default 0). | |
| refresh | No | Bypass the documentation cache. The running OmniFocus version/build is checked on every call regardless. | |
| maxCharacters | No | Maximum returned text characters (default 12000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |