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
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
land_injectC

Force LAND context this turn. Returns additional_context the model must see before the prompt. Hooks inject. Tools do not.

no_fake_doneA

Fail-closed done gate. BLOCK if a done-word is claimed without live proof. file-exists is not a receipt. You do not certify.

trust_freezeC

Freeze the seat after a no_fake_done BLOCK. Second catch. Fail-closed.

decideC

Run the LAND scar engine on a user prompt. Inject on = file-exists side door blocked.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 4 tools

Disambiguation2/5

land_inject and decide both concern LAND context injection, making their boundary unclear. no_fake_done and trust_freeze are sequentially coupled but their distinct roles are not obvious from names alone, so an agent could easily misselect.

Naming Consistency3/5

All names use snake_case, but the patterns are mixed: land_inject is verb_noun, no_fake_done is a negation phrase, trust_freeze is noun_verb, and decide is a single verb. It is readable but not predictable.

Tool Count4/5

Four tools is a reasonable size for a specialized guardrail server. However, the overlap between land_inject and decide suggests some consolidation might be warranted.

Completeness2/5

The inferred domain is agent safety and enforcement, but there is no tool to unfreeze trust, check current state, or submit proof/receipts. These gaps could lead to deadlocks or agent failures.

Maintenance

ActivityMaintained
ResponsivenessNo issues