Skip to main content
Glama

Server Details

Cloudflare Workers MCP server: api-flow-analyzer

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
lazymac2x/api-flow-analyzer-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.2/5 across 6 of 6 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of API flow analysis: overall flow, savings, redundancy, dependency graph, batching, and individual call tracking. No two tools have overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, making the set predictable and easy to navigate.

Tool Count5/5

Six tools is well-scoped for an API flow analyzer, covering core diagnostics without unnecessary bloat or missing essentials.

Completeness4/5

The surface covers tracking, analysis, redundancy detection, batching, dependency graphing, and savings calculation. Minor gaps like cleanup or export are absent but not critical for the domain.

Available Tools

6 tools
analyze_flowInspect

Analyze complete API call flow and identify patterns

ParametersJSON Schema
NameRequiredDescriptionDefault
callsYesArray of API calls with metadata
flow_idYesUnique request flow identifier
calculate_savingsInspect

Calculate estimated cost and latency savings from optimizations

ParametersJSON Schema
NameRequiredDescriptionDefault
current_callsYesCurrent number of API calls
avg_latency_msNoAverage latency per call in ms
optimized_callsYesOptimized number of calls
cost_per_call_usdNoCost per API call in USD
detect_redundancyInspect

Identify duplicate or redundant API calls in a flow

ParametersJSON Schema
NameRequiredDescriptionDefault
callsYesArray of API calls to analyze
threshold_pctNoSimilarity threshold percentage (0-100)
get_dependency_graphInspect

Generate dependency graph of API calls showing call sequence and relationships

ParametersJSON Schema
NameRequiredDescriptionDefault
callsYesArray of API calls with dependencies
suggest_batchingInspect

Recommend batching opportunities for parallel API calls

ParametersJSON Schema
NameRequiredDescriptionDefault
callsYesArray of API calls to optimize
batch_size_limitNoMax items per batch
track_callInspect

Record and track an individual API call with metadata

ParametersJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method (GET, POST, etc.)
endpointYesAPI endpoint URL
duration_msYesCall duration in milliseconds
status_codeYesHTTP status code
service_nameNoSource service identifier
response_size_bytesNoResponse payload size

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.