Skip to main content
Glama

api-payload-auditor

Server Details

Cloudflare Workers MCP server: api-payload-auditor

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 DescriptionsA

Average 3.7/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: cost calculation, comparison, field pruning suggestions, and structural analysis. No overlap in functionality.

Naming Consistency4/5

Names follow snake_case and are descriptive, but patterns vary: 'bandwidth_cost_calc' uses noun_noun_verb while others use verb_noun or noun_verb. Minor inconsistency.

Tool Count5/5

4 tools is appropriate for the domain of API payload auditing, covering analysis, optimization suggestions, comparison, and cost estimation without being excessive.

Completeness4/5

Covers core tasks: analyze, suggest pruning, compare, and calculate cost. Missing an actual pruning/optimization tool, but the server's purpose as an auditor justifies the gap.

Available Tools

4 tools
bandwidth_cost_calcInspect

Calculate cloud API egress bandwidth costs for a given payload size and monthly traffic. Returns cost at 25%, 50%, and 75% reduction scenarios.

ParametersJSON Schema
NameRequiredDescriptionDefault
regionNoCloud region: us, eu, ap, sa, af, me, or AWS region codes
monthlyRequestsNoMonthly API request volume (default 1,000,000)
payloadSizeBytesYesPayload size in bytes
compare_payloadsInspect

Compare an original payload to an optimized version. Returns size reduction %, removed field paths, and depth change.

ParametersJSON Schema
NameRequiredDescriptionDefault
originalYesOriginal (before optimization) payload
optimizedYesOptimized (after pruning) payload
field_prune_suggestInspect

Identify and suggest unnecessary fields for removal from a JSON payload. Flags debug/temp/internal/deprecated fields, null values, empty arrays, and _ prefix fields.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesJSON payload to audit for bloat
thresholdNoImportance threshold 0-100 (default 60). Fields scored below this are flagged.
payload_analyzeInspect

Analyze a JSON API response payload structure — field count, size in bytes, max nesting depth, type distribution, null field count, and redundancy signals (empty arrays, null values).

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesJSON API response payload to analyze

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.

Resources