settings_tasks_create_subtask
Add a subtask to an existing task by specifying details like name, status, priority, assignee, and due 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 |