create_subtask
Create a subtask under an existing task by specifying the parent task ID, subtask name, and optional due date.
Instructions
Create a subtask under a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| task_id | Yes | ||
| due_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |