Skip to main content
Glama
rudimentall1

agent-guardrail

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GUARDRAIL_POLICYNoPath to the policy YAML file to use. If not set, falls back to the bundled default policy.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
guardrail_checkA

Evaluate a proposed tool call against the Guardrail policy BEFORE executing it. Returns ALLOW, WARN, or BLOCK with a concrete explanation. Always call this before performing any action that spends money, deletes data, sends messages externally, or runs code.

guardrail_record_outcomeA

Record the real-world outcome (success/error) of a previously-checked action, for the audit trail.

guardrail_agent_historyB

Return recent decision history for a given agent — a real, persisted audit trail.

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/rudimentall1/agent-guardrail'

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