List Perspectives
omnifocus_list_perspectivesRetrieve a list of all built-in and custom perspectives from OmniFocus, including their IDs and names. Use the limit parameter to control how many are returned.
Instructions
List perspectives in OmniFocus.
Perspectives are saved views/filters that show specific subsets of tasks. Includes both built-in and custom perspectives.
Args:
limit (number): Maximum perspectives to return, 1-200 (default: 50)
Returns: Array of perspective objects with: id, name
Examples:
List perspectives: {}
Limit results: { limit: 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of perspectives to return |