List Folders
omnifocus_list_foldersList folders in OmniFocus to view hierarchical project organization. Filter by status (active, dropped, all) and limit results.
Instructions
List folders in OmniFocus.
Folders are used to organize projects hierarchically.
Args:
status (string): Filter by status - 'all', 'active', 'dropped' (default: 'active')
limit (number): Maximum folders to return, 1-200 (default: 50)
Returns: Array of folder objects with: id, name, status, projectCount, folderCount, parentName
Examples:
List active folders: {}
List all folders: { status: "all" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of folders to return | |
| status | No | Filter by folder status | active |