Push Scenes Tool
push-scenes-toolPush text scenes to a Blipboard board. Scenes replace your source's previous scenes by default and rotate as a playlist on the display. Requires the board's secret pushToken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenes | Yes | Scenes to display, each an object: {"lines": ["ROW 1 TEXT", "..."], "durationMs"?: 1000-300000, "ttlSeconds"?: seconds until the scene disappears, "expiresAt"?: ISO 8601, "tileColors"?: [{"row","column","color"}], "animations"?: [{"row", "column", "frames": ["π©","β¬"], "intervalMs"?: 200-10000}]}. lines are placed 1:1 (line N = row N, char M = column M, no centering). Palette emojis β¬π₯π§π¨π©π¦πͺ render as colored tiles; ALL other emojis are supported and display literally as characters (one emoji = one tile), e.g. "HELLO π". animations make a single tile flip between 2-8 frames while the scene is shown β e.g. a blinking terminal cursor {"row":0,"column":21,"frames":["π©","β¬"],"intervalMs":1000} or winking eyes with emoji frames. | |
| source | Yes | Lowercase identifier of the pusher, e.g. "claude". Each source owns its scenes; pushing replaces only this source's scenes. | |
| replace | No | true (default) replaces this source's previous scenes, false appends. | |
| boardUrl | Yes | The board displayUrl returned by create-board, or its bare 21-character display token. | |
| pushToken | Yes | The board's secret push token. |