C
cnvs.app
/move_task
Move Task
Move a task to a column at a given sort position — the kanban drag-and-drop primitive. `column_id` is the destination column and `sort` its float order key (asc
liveverifiedunknown~5s typical
mcpprobedcnvs.app
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cnvs-whiteboard /move_task for me.
Input
| Field | Type | Description |
|---|---|---|
| board_id* | string | |
| id* | string | |
| column_id* | string | |
| sort* | number | |
| access_key | string | 8-character lowercase alphanumeric board access key when the board is locked (legacy 6-cha |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-cnvs-whiteboard","endpoint":"/move_task","input":{"board_id":"...","id":"...","column_id":"...","sort":1}}'cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /move_task -i '{"board_id":"...","id":"...","column_id":"...","sort":1}'mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/move_task", input: {"board_id":"...","id":"...","column_id":"...","sort":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.