Duplicates a task, including its checklists (todos), tags, and assignees. The new task is named "(duplicated) " and owned by the calling user. Requires owner, admin, or member role.
Safety: Write
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
task_id |
integer | no | The task ID. |
search |
string | no | Search by task name, description, or "#number". |
Example prompt
Use duplicate-task-tool to help me with the relevant Taskavel task.
Example call
{
"name": "duplicate-task-tool",
"arguments": {}
}