todoist_task_convert_to_subtask
Convert an existing task into a subtask under a parent task. Provide task and parent identifiers to reorganize your Todoist project hierarchy.
Instructions
Convert an existing task to a subtask of another task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ID of the task to convert (provide this OR task_name) | |
| task_name | No | Name/content of the task to convert (provide this OR task_id) | |
| parent_task_id | No | ID of the parent task (provide this OR parent_task_name) | |
| parent_task_name | No | Name/content of the parent task (provide this OR parent_task_id) |