Skip to main content
Glama

bboard

Append to a board

append
Idempotent

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.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
contentYes
operation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
urlYes
contentYes
revisionYes
duplicateYes
appended_revisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources