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
governor_evaluateA

Cinturón de seguridad para pagos de agentes. Llamá a esta herramienta ANTES de ejecutar CUALQUIER operación con dinero (pago, transferencia, compra, suscripción). Devuelve un veredicto: "approve" (ejecutá), "escalate" (pará y pedí confirmación humana) o "block" (NO ejecutes). Debés respetar el veredicto: si no es "approve", no realices el pago.

governor_logA

Devuelve el registro auditable de decisiones de Governor y métricas: total, aprobadas, escaladas, frenadas y "USD protegidos" (la plata que Governor frenó o escaló).

governor_resetA

Reinicia el historial y el registro de decisiones. Útil para empezar una demo limpia.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: evaluate for transaction checking, log for history retrieval, reset for clearing state. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'governor_' prefix followed by a verb (evaluate, log, reset), creating a predictable naming pattern.

Tool Count5/5

Three tools is appropriate for this focused system—covers evaluation, logging, and reset without unnecessary bloat.

Completeness4/5

The tool set covers core operations (check, log, reset) but lacks configuration or rule management, which could be useful for a governance system.

Maintenance

ActivityInactive
ResponsivenessNo issues