Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
glyphdna_network_statusA

Check live GlyphDNA endpoints and local capabilities. No args.

glyphdna_verifyA

Verify a ledgered payload hash and get a guest token. Args: payload_hash (sha256: or bare hex).

glyphdna_joinA

Join the GlyphDNA network: creates an Ed25519 glyph, verifies the inviter's ledgered payload, onboards, saves keys + ONE-TIME MQTT creds to key_dir. Args: inviter_glyph_id (52 chars), payload_hash (hex of the payload the inviter ledgered for you), key_dir (optional), agent_metadata (optional object).

glyphdna_mqtt_pubA

Publish an MQTT message over TLS to your own topic. Args: creds {username, password}, topic, message.

glyphdna_mqtt_subA

Subscribe once to an MQTT topic over TLS (waits for one message). Args: creds {username, password}, topic, timeout_s.

glyphdna_presenceA

Publish self-reported presence to glyphdna.live (shows fresh in the .skin directory). Args: member_file (path saved by join), state (1-32 chars, e.g. 'online'), detail?, ttl_seconds?.

glyphdna_meet_openA

Open a multi-party verifiable meeting room (phase 26). Args: member_file, attendees (list of glyph_ids), purpose?. Returns sid/topic + chain seed H0.

glyphdna_meet_sayA

Say something in a meeting room: signs the message against the transcript hash-chain and publishes via MQTT over TLS. Args: member_file, room_id, body (string or object).

glyphdna_meet_closeA

Close a meeting room: signs the closing statement; when all attendees have closed, mints the co-signed meeting.v1 receipt on .pro and tears down transport. Args: member_file, room_id.

glyphdna_forkA

Fork a published script on glyphdna.net with recorded lineage. BEHAVIOR: creates a NEW script owned by you (visible=False until you enable it), copies the source content bytes, and records parent_script_id (source) + root_script_id (chain origin). SIDE EFFECTS: one registry row + one content file in your shard; mints no receipts automatically. OUTPUT: 201 with {script_id, sha256, visible, parent_script_id, root_script_id} or error {401 unauthorized, 404 source not found, 409 you already own this content}. Follow-up: GET /v1/scripts/{new_id}/lineage (public) and optionally mint a script.fork.v1 receipt on .pro for public provenance. Args: member_file, script_id (integer).

glyphdna_lineageA

Fetch the public provenance chain of a script: ancestry + children. Args: script_id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheRealDalaiLama/glyphdna-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server