cnvs.app
C
cnvs.app
/set_board_mode

Set Board Mode

Choose whether this board is a freeform whiteboard ('draw', the default) or a kanban task board ('todo'). Mode is switchable WHENEVER the board is empty of real

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

Input

FieldTypeDescription
board_id*string
mode*string (draw | todo)Board mode.
templatestringOptional starter column template when mode is 'todo': 'kanban' (To do / In progress / Done
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":"/set_board_mode","input":{"board_id":"...","mode":"draw"}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /set_board_mode -i '{"board_id":"...","mode":"draw"}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/set_board_mode", input: {"board_id":"...","mode":"draw"} })

Try it

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