Skip to main content
Glama
prometheus_rules.sample.yml628 B
groups: - name: mcp-agent-mail interval: 30s rules: - alert: MCPHighToolErrorRate expr: | sum by (tool) (rate(mcp_tool_errors_total[5m])) / sum by (tool) (rate(mcp_tool_calls_total[5m])) > 0.05 for: 5m labels: severity: warning annotations: summary: "Tool {{ $labels.tool }} has an elevated error rate" description: | Over the last 5 minutes, tool {{ $labels.tool }} exceeded a 5% error ratio. Investigate recent changes, review capability assignments, or consider surfacing a macro.

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/Dicklesworthstone/mcp_agent_mail'

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