Agentguard47
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTGUARD_URL | No | Optional AgentGuard API base URL. Defaults to production. | https://app.agentguard47.com |
| AGENTGUARD_API_KEY | Yes | AgentGuard read API key for traces, alerts, costs, usage, and budget health. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_tracesB | Search recent traces from your AgentGuard-instrumented agents. Filter by service name, time range, or paginate through results. |
| get_traceA | Get the full event tree for a specific trace by its trace ID. Shows all spans, tool calls, LLM calls, guard triggers, and errors. |
| get_trace_decisionsA | Extract normalized decision.* events from one trace. Use this when a workflow includes proposal, override, approval, or binding steps. |
| get_alertsA | Get recent guard alerts (loop detection, budget exceeded) and errors. Useful for checking if your agents are hitting safety limits. |
| get_usageA | Check your current event quota usage and plan limits. Shows event count vs limit, retention period, and plan details. |
| get_costsA | Get cost breakdown for the current month: total spend, cost by model, and estimated savings from guard interventions. |
| check_budgetA | Quick pass/fail budget health check. Combines usage quota and cost data to give a summary of whether you're within safe operating limits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/bmdhodl/agent47'
If you have feedback or need assistance with the MCP directory API, please join our Discord server