Archives (soft-deletes) a task. The task is hidden from boards but can be restored later; it is not permanently deleted. Requires owner, admin, or member role.
Safety: Destructive
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 archive-task-tool to help me with the relevant Taskavel task.
Example call
{
"name": "archive-task-tool",
"arguments": {}
}