Duplicate task
duplicate_taskDuplicate any existing task to save time recreating details, optionally into a different project. Copies name, note, dates, flags, and tags, with options to rename or adjust inclusions.
Instructions
Duplicate an existing task, optionally into a different project. Copies name, note, dates, flags, tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | The ID of the task to duplicate | |
| newName | No | Name for the duplicate (defaults to source task name) | |
| taskName | No | The name of the task to duplicate (alternative to taskId) | |
| includeNote | No | Copy note from source (default: true). Set false to clear the duplicate's note. | |
| includeTags | No | Copy tags from source (default: true). Set false to strip tags from the duplicate. | |
| newProjectId | No | Project ID to place the duplicate in | |
| idempotencyKey | No | Stable request key for this create. Reuse identical arguments to replay its result across clients; an uncertain earlier attempt is never repeated. | |
| newProjectName | No | Project name to place the duplicate in (must match exactly one project; ignored if newProjectId is given) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| tool | Yes | ||
| success | Yes |