list_tasks_by_project
Retrieve all tasks within a specific project by project ID. Filter tasks by status or view available, unblocked tasks by default. Simplify task management in MCP OmniFocus.
Instructions
List all tasks in a specific project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The ID of the project to list tasks for | |
task_status | No | The status of the tasks to list. If None, it is the equivelant of requesting available and unblocked tasks ['Available', 'Next', 'Overdue', 'DueSoon']. |