create_task
Add a new task to an OmniPlan project. Specify title, type, parent, dates, and effort for accurate scheduling.
Instructions
Create a new task in an OmniPlan document.
Args: title: Task title. parent_id: uniqueID of the parent task. If omitted, adds to root. task_type: One of: task, group, milestone, hammock. Defaults to task. note: Optional task description. manual_start_date: ISO date string for manual start. manual_end_date: ISO date string for manual end. effort_seconds: Total effort in person-seconds (e.g. 14400 for 4h). min_effort_seconds: Three-point estimation minimum (person-seconds). expected_effort_seconds: Three-point estimation expected value. max_effort_seconds: Three-point estimation maximum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| parent_id | No | ||
| task_type | No | ||
| note | No | ||
| manual_start_date | No | ||
| manual_end_date | No | ||
| effort_seconds | No | ||
| min_effort_seconds | No | ||
| expected_effort_seconds | No | ||
| max_effort_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |