list_folders
Retrieve OmniFocus folders with optional active/dropped status filter. Returns folder IDs, names, full paths, parent IDs, and status for efficient organization.
Instructions
List folders in OmniFocus. By default, all folders (active and dropped) are returned. Optional filter.status ('active' | 'dropped') restricts to that status. Results are capped at limit (default 200). Each folder includes id, name, full path (ancestors joined with ▸), parentId, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of folders to return. Defaults to 200. | |
| filter | No | Optional filter. When status is provided, only folders with that status are returned. When omitted, all folders (active and dropped) are returned. |