create_task
Create a task with a title and optional description. Specify a parent ID to add it as a subtask, or leave blank for a root task.
Instructions
Create a root task or subtask (when parent is given).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| parent | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | Yes | ||
| affected | No | Subtask ids whose status changed as a side effect of force; omitted when nothing cascaded. |