settings_tasks_create_subtask
Add a subtask to an existing task by specifying name, description, assignee, status, priority, and completion date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Parent task ID | |
| body | No | Subtask payload | |
| _confirmed | No | Set to true to confirm this write operation |