Moves a task to a different column on the board. Useful for changing task status like moving from "To Do" to "In Progress" or "Done". 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". |
column_name |
string | no | The target column name (e.g., "In Progress", "Done", "To Do"). |
column_id |
integer | no | The target column ID (optional if column_name is provided). |
Example prompt
Use move-task-to-column-tool to help me with the relevant Taskavel task.
Example call
{
"name": "move-task-to-column-tool",
"arguments": {}
}