Update Board Tool
update-board-toolChange 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, transitions). The open display picks the change up within ~10 seconds. Layout stays immutable. Requires the board's secret pushToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable board name. | |
| boardUrl | Yes | The board displayUrl returned by create-board, or its bare 21-character display token. | |
| pushToken | Yes | The board's secret push token. | |
| stylePreset | No | Switch the board to a named style preset. Available: Vestaboard, Modern Board, Default. | |
| styleOverrides | No | Fine-grained style keys merged on top of the preset, e.g. {"board.bg": "#0a0a0a", "tile.face": "#1a3a2a", "font.family": "jetbrains-mono", "tile.flip.speed": 0.08, "transition.mode": "curtain", "light.angle": 120}. Pass null for a key to remove an override. Common keys: font.family (roboto-flex|jetbrains-mono|space-mono|nerd-hacker|anton), font.weight, tile.face (hex), board.bg (hex), tile.radius, tile.flip.speed (0.05-0.6 s), transition.mode (classic|wave|drift|curtain), transition.overlap (0-1), light.angle, light.intensity. |