get_task_by_id
Retrieve detailed task information from OmniFocus by task ID or name, with optional subtask expansion for a complete view.
Instructions
Get information about a specific task by ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task to retrieve | |
| taskName | No | The name of the task to retrieve (alternative to taskId) | |
| showSubtasks | No | Expand the task's subtask tree (default: false) | |
| maxSubtaskDepth | No | Maximum subtask levels to expand; omitted means unlimited |