create_project
Create new projects in OmniFocus with custom settings for task sequencing, folder organization, and review schedules to structure your workflow.
Instructions
Create a new project in OmniFocus.
Args: name: The name of the project note: Optional note/description for the project (plain text only - rich text formatting is not supported via automation APIs) folder_path: Optional folder path (e.g., "Work > Clients") - folder must exist in OmniFocus sequential: If True, tasks must be completed in order — the first incomplete task is 'available' and the rest are 'blocked.' If False, all tasks are available in parallel. OmniFocus represents dependencies via task ordering in sequential projects; there are no explicit task-to-task dependency links. (default: False) review_interval_weeks: Optional review interval in weeks for GTD review cycle
Returns: Success message with project ID and configuration details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| note | No | ||
| folder_path | No | ||
| sequential | No | ||
| review_interval_weeks | No |