B
blipboard
/update-board-tool
Update Board Tool
Change a Blipboard board's look without recreating it: switch to a named style preset and/or set fine-grained style overrides (fonts, tile colors, flip speed, t
liveunknown~5s typical
mcpblipboard
$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-blip-board-blipboard /update-board-tool for me.
Input
| Field | Type | Description |
|---|---|---|
| boardUrl* | string | The board displayUrl returned by create-board, or its bare 21-character display token. |
| pushToken* | string | The board's secret push token. |
| name | string | New human-readable board name. |
| stylePreset | string (Vestaboard | Modern Board | Default) | Switch the board to a named style preset. Available: Vestaboard, Modern Board, Default. |
| styleOverrides | object | Fine-grained style keys merged on top of the preset, e.g. {"board.bg": "#0a0a0a", "tile.fa |
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-blip-board-blipboard","endpoint":"/update-board-tool","input":{"boardUrl":"...","pushToken":"..."}}'cli
npx cracked-ai run -p mcp-app-blip-board-blipboard -e /update-board-tool -i '{"boardUrl":"...","pushToken":"..."}'mcp
run_tool({ provider: "mcp-app-blip-board-blipboard", endpoint: "/update-board-tool", input: {"boardUrl":"...","pushToken":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.