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_tracesA | Read-only search for retained AgentGuard trace summaries from the AgentGuard Read API. Requires AGENTGUARD_API_KEY with read access; create keys in the AgentGuard dashboard. Returns JSON with a traces array, newest traces first when the API supports ordering; items include trace_id, service, root_name, event_count, error_count, duration_ms, started_at, API key metadata, and total_cost when available. Defaults to a small page, accepts offset pagination, exact service filtering, and ISO 8601 since/until bounds. Use this to find candidate trace_id values; use get_trace for the full event tree of one trace or get_trace_decisions for decision.* events from a known trace. |
| 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