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
record_agent_actionB

Records an autonomous agent decision or tool execution with cryptographic integrity hash.

verify_log_integrityA

Audits sequential cryptographic checksums to ensure audit log has not been altered.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one appends an action to the log, the other verifies the log's integrity. There is no overlap or ambiguity in their intended usage.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern (record_agent_action, verify_log_integrity), are in snake_case, and clearly communicate the action and target. The naming is fully consistent.

Tool Count3/5

With only two tools, the server feels thin even for a focused audit-logging purpose. While the count is not excessive, it falls at the low end where a single extra tool for retrieval would make the set feel more complete.

Completeness3/5

The server covers the core record and verify capabilities, but there is no way to read, list, or query the logged actions. This creates a notable gap: an agent can write and validate entries but cannot retrieve them for normal use.

Maintenance

ActivityMaintained
ResponsivenessNo issues