duplicate_task
Copy an existing task with or without subtasks, optionally renaming it. Ideal for creating task templates.
Instructions
Duplicate an existing task, optionally with its subtasks, and optionally with a new name. Useful for template-based workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task to duplicate | |
| newName | No | Optional new name for the duplicated task (keeps the original name if omitted) | |
| taskName | No | The name of the task to duplicate (as fallback if ID not provided) | |
| includeSubtasks | No | Whether to include the task's subtasks in the copy (default: true) |