create_subtask
create_subtaskCreate a subtask under an existing parent task with title, project, and task list IDs. Optionally assign a user, set a due date, or add a description.
Instructions
Create a new subtask under a parent task. If PRODUCTIVE_USER_ID is configured, "me" can be used for assignee_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_task_id | Yes | The ID of the parent task | |
| title | Yes | Subtask title | |
| project_id | Yes | Project ID for the subtask (required by API) | |
| task_list_id | Yes | Task list ID for the subtask (required by API) | |
| assignee_id | No | Optional assignee ID. Use "me" for the configured user. | |
| due_date | No | Optional due date in YYYY-MM-DD format | |
| description | No | Optional subtask description |