Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: agent-trace-auditor

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lazymac2x/agent-trace-auditor-api
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.4/5 across 3 of 3 tools scored. Lowest: 2.8/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: full audit, trace comparison, and fast verdict. There is no ambiguity in their roles.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (audit_trace, diff_traces, quick_verdict), making them predictable.

Tool Count4/5

With only 3 tools, the set covers the core functionality well. It feels slightly thin but is reasonable for a focused audit server.

Completeness4/5

The tools cover full auditing, comparison, and quick checks. Minor gaps exist (e.g., no tool to list or retrieve a single trace), but the main workflows are supported.

Available Tools

3 tools
audit_traceInspect

Full audit of an agent execution trace. Detects infinite loops, duplicate calls, tool errors, cost overruns, schema violations, and latency bottlenecks. Returns verdict (pass/review/block), score 0-100, and detailed findings.

ParametersJSON Schema
NameRequiredDescriptionDefault
traceYesAgent execution steps. Each step: {tool, input, output, model, ts, latency_ms, error}
budget_usdNoCost cap in USD (default 5.0)
tool_schemasNoPer-tool required field schemas for input validation
diff_tracesInspect

Compare two agent traces to detect regressions. Returns score delta, cost delta, added/removed tools, new/resolved issue types.

ParametersJSON Schema
NameRequiredDescriptionDefault
trace_aYesBaseline (previous) trace
trace_bYesNew trace to compare against baseline
budget_usdNo
quick_verdictInspect

Fast pass/review/block verdict with score and issue counts. Use in CI gates.

ParametersJSON Schema
NameRequiredDescriptionDefault
traceYesAgent execution steps
budget_usdNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.