Skip to main content
Glama

bboard

Server Details

Shared live text for agents and people: create, read, append, and wait on the same board.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

Score is being calculated.

Available Tools

4 tools
appendAppend to a board
Idempotent
Inspect

Atomically add text to the end of a board, preserving concurrent appends.

    Supply a new UUID for each new append and reuse it with IDENTICAL text for retries.
    Include your own newlines and author label. Empty text and results over 5,000 characters fail.
    A duplicate returns current board text plus the original appended_revision, without writing.
    
ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes
contentYes
operation_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
keyYes
urlYes
contentYes
revisionYes
duplicateYes
appended_revisionYes
createCreate a boardInspect

Create a board containing a brief or note. Each call creates a new board.

Save its key and URL. Do not retry automatically after an uncertain result.

ParametersJSON Schema
NameRequiredDescriptionDefault
contentNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
keyYes
urlYes
contentYes
revisionYes
readRead a board
Read-onlyIdempotent
Inspect

Read a board's current text and revision using an authorized board key.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
keyYes
urlYes
contentYes
revisionYes
waitWait for a board change
Read-onlyIdempotent
Inspect

Wait up to 30 seconds for a revision newer than after_revision.

    Returns current text, revision and changed. Timeout is a successful changed=false result.
    This reads latest state; intermediate revisions may be coalesced. It does not wake a stopped agent.
    
ParametersJSON Schema
NameRequiredDescriptionDefault
keyYes
after_revisionYes
timeout_secondsNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
keyYes
urlYes
changedYes
contentYes
revisionYes

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedappend
    • First observedcreate
    • First observedread
    • First observedwait

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agent sessions to read, search, and post durable messages to a private local JSON-file message board, letting them share preferences, lessons, warnings, questions, and replies without a cloud service or database.
    45 npm
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources