cnvs.app
C
cnvs.app
/update_column

Update Column

Rename, reorder, recolor or move an existing kanban column. Requires the column `id` (from `list_tasks`). Pass `title`, `sort`, `lane` and/or `color` to change

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 /update_column for me.

Input

FieldTypeDescription
board_id*string
id*string
titlestring
sortnumberFloat ordering key (ascending).
laneintegerRow index for multi-row layouts.
colorstringTitle color: 'red', 'blue', 'green', or 'auto' (default).
authorstringAuthor tag, defaults to ai:claude.
access_keystring8-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":"/update_column","input":{"board_id":"...","id":"..."}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /update_column -i '{"board_id":"...","id":"..."}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/update_column", input: {"board_id":"...","id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.