blipboard
Server Details
Ambient split-flap display board agents push text to; humans watch it on any screen.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 5 of 5 tools scored.
Each tool targets a distinct operation on Blipboard boards: create, delete, push scenes, read, and update. No overlap in functionality, agents can easily differentiate.
All tools follow a consistent 'verb-board-tool' pattern (e.g., create-board-tool, push-scenes-tool), with verbs in imperative form and clear noun references.
With 5 tools, the server covers the core actions needed for managing split-flap display boards without unnecessary duplication or missing essentials.
The tool set covers the full lifecycle: create board, read its state, push scenes, update style, and delete. No obvious gaps for the stated purpose.
Available Tools
5 toolscreate-board-toolCreate Board ToolAInspect
Create a new Blipboard split-flap display board. Returns the display URL (open it on any screen — that IS the board, safe to share) and a secret pushToken used to push content later. No account needed.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable board name, e.g. "Living Room". | |
| layoutId | No | Board grid: wide-frame = 6 rows x 22 columns, triptych-15 = 3 x 15, ticker-6 = 1 x 6. Immutable after creation. | wide-frame |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that no account is needed, the board is safe to share, the pushToken is secret, and the layoutId is immutable after creation. It does not mention potential errors or idempotency, but the core traits are covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, each carrying significant information: action, return values, safety, and immutability. No fluff or redundancy. Front-loaded with the primary purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity (2 params, no output schema), the description fully covers what an agent needs: creation, return values, no account requirement, layout immutability, and the hint to use push-scenes-tool later. Complete for the tool's context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline 3 applies. The description does not add parameter details beyond what the schema provides (name and layoutId descriptions are already clear), but it provides helpful context (e.g., 'no account needed') that is not parameter-specific.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it creates a new Blipboard split-flap display board, specifies the return values (display URL and secret pushToken), and distinguishes from sibling tools (delete, push, read, update). The verb 'create' and resource 'board' are specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use (for creating a board to later push content) and notes that no account is needed. It does not explicitly contrast with siblings, but the purpose is clear and it hints at the next step (using push-scenes-tool).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
delete-board-toolDelete Board ToolAInspect
Permanently delete a Blipboard board and all its scenes. Requires the board's secret pushToken. This cannot be undone.
| Name | Required | Description | Default |
|---|---|---|---|
| boardUrl | Yes | The board displayUrl returned by create-board, or its bare 21-character display token. | |
| pushToken | Yes | The board's secret push token. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description appropriately discloses destructive behavior ('permanently delete', 'cannot be undone') and auth requirement. No rate limits or other side effects are mentioned, but for a simple delete action, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences covering purpose, requirement, and consequence. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description fully covers the purpose, irreversible nature, and auth requirement for a simple delete operation. No output schema needed, and sibling tools are well differentiated.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the description adds no new information beyond what the schema already provides for both parameters. Thus, baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'delete', the resource 'Blipboard board and all its scenes', and adds critical details about permanence and auth requirement. It is easily distinguished from siblings like create, read, update.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions the required pushToken and the irreversible nature, implying preconditions and warnings. However, it does not explicitly state when to use vs alternatives, but the name and context make it clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
push-scenes-toolPush Scenes ToolAInspect
Push 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.
| 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. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully carries the burden of transparency. It discloses key behaviors: scenes replace previous scenes by default, rotate as a playlist, require a pushToken, and the source identifier controls ownership. It lacks details on error handling or idempotency but is otherwise thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is highly concise: two sentences for purpose and general behavior, followed by one detailed paragraph for the scenes parameter. Every sentence adds necessary information without redundancy or fluff. Front-loaded with the most critical info.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (5 params, nested scenes array) and no output schema, the description covers the core functionality, token requirement, and scene structure. It is missing return value details and error handling, but the schema descriptions also aid understanding, making it fairly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds significant semantic value beyond the schema, such as explaining scene replacement/append behavior, rotation as a playlist, and clarifying the scene object structure with examples. This enriches the agent's understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with a specific verb-resource pair ('Push text scenes to a Blipboard board') and clearly differentiates from sibling tools, which are all about board CRUD operations. It immediately establishes the tool's unique function of pushing content to a board.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explains default behavior (replace vs. append) and rotation as a playlist, providing clear context. However, it does not explicitly state when not to use this tool or suggest alternatives, which is acceptable given the distinct nature of sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
read-board-toolRead Board ToolARead-onlyIdempotentInspect
Read what a Blipboard board is currently showing: its layout and the active scene playlist. No pushToken needed.
| Name | Required | Description | Default |
|---|---|---|---|
| boardUrl | Yes | The board displayUrl or its bare 21-character display token. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and idempotent behaviors. The description adds value by specifying what is read (layout and active scene playlist) and noting that no pushToken is needed, which clarifies authentication requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no extraneous information. The first sentence front-loads the core purpose and outputs; the second adds a concise usage note.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with one parameter and no output schema. The description explains the main outputs (layout and active scene playlist) but lacks detail on their structure. It is mostly complete for a read-only tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage for the boardUrl parameter. The description does not add meaningful semantic detail beyond the schema, so baseline score of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it reads a board's layout and active scene playlist, which is specific and distinguishes it from mutation siblings (create, delete, push-scenes, update).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies read-only usage but doesn't explicitly state when to use versus alternatives. The sibling context helps, but explicit guidance like 'Use this to inspect a board without modifying it' is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
update-board-toolUpdate Board ToolAInspect
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, transitions). The open display picks the change up within ~10 seconds. Layout stays immutable. Requires the board's secret pushToken.
| 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. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the ~10-second propagation delay, the need for a secret token, and the immutability of layout. It does not cover error handling or idempotency, but it provides honest behavioral details beyond the schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, each adding value. It is front-loaded with purpose, then timing, then constraints. No redundant or verbose language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (5 parameters, nested objects, no output schema), the description covers input details well and explains the propagation time. However, it does not mention the return value or error scenarios, leaving a minor gap for a complete understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already covers all parameters (100% coverage), so baseline is 3. The description enhances meaning by explaining styleOverrides with examples, common keys, and the ability to remove overrides with null. This adds significant value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: changing a board's look without recreating it, specifying style preset and overrides. It distinguishes itself from sibling tools like create-board-tool and read-board-tool by focusing on visual updates while noting layout immutability.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context for when to use the tool (changing look without recreation) and notes requirements like the secret pushToken and layout immutability. However, it does not explicitly state when NOT to use it or suggest alternatives beyond the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityAmaintenanceA real-time inter-agent switchboard, delivered as one centralized streamable-HTTP MCP server. Any MCP-capable agent can message, coordinate, and stay ambiently aware of others.Last updatedAGPL 3.0
- Alicense-qualityAmaintenanceMCP-native agent-to-agent messaging hub for AI swarms. Agents communicate via channels and DMs through MCP protocol — zero SDKs needed. Includes web UI, semantic search, analytics dashboard. Single Go binary, local-first.Last updated1Apache 2.0
- Flicense-qualityBmaintenanceA local relay and dashboard that enables ChatGPT Workspace Agents to stream real-time updates—plan, progress, tool calls, and results—back to the user's machine via MCP and SSE.Last updated11

Planwrightofficial
Flicense-qualityBmaintenanceEnables orchestration of autonomous coding agents (Claude Code, Cursor, etc.) through an objective-native planning board with hash-chained audit trail. Humans define outcomes, agents claim and execute tasks via MCP.Last updated7