governor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: evaluate for transaction checking, log for history retrieval, reset for clearing state. No overlap in functionality.
All tools follow a consistent 'governor_' prefix followed by a verb (evaluate, log, reset), creating a predictable naming pattern.
Three tools is appropriate for this focused system—covers evaluation, logging, and reset without unnecessary bloat.
The tool set covers core operations (check, log, reset) but lacks configuration or rule management, which could be useful for a governance system.