duplicate_task
Create a copy of an existing task, optionally including its subtasks and assigning a new name. Streamline template-based workflows by reusing tasks.
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) |