Skip to main content
Glama

The Quiet Protocol Growth Offense MCP

Run Response-Time Loss Estimator

run_response_time_loss_estimator
Read-only

Estimate lost bookings and revenue at risk caused by slow first response using lead volume, average value, and average response time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nicheYesBusiness niche or vertical.
averageValueYesAverage booked job, case, or customer value in USD.
monthlyLeadsYesApproximate inbound leads per month.
averageFirstResponseMinutesYesCurrent average minutes until first human or automated response.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
toolIdYes
fastWinsYes
findingsYes
scoreBandYes
subScoresNo
bookingCtaNo
engineSlugYes
limitationsYes
methodologyYes
nextStepUrlYes
canonicalUrlYes
evidenceTypeYes
overallScoreYes
rubricVersionYes
systemMappingYes
inputAssumptionsYes
canonicalPublicUrlYes
evidenceReferencesYes
annualRevenueAtRiskNo
benchmarkPercentileNo
monthlyRevenueAtRiskNo
recommendedResourcesNo
evidenceClassificationYes
estimatedLostBookingsPerMonthNo

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is covered. The description adds useful behavioral context by specifying what is computed (lost bookings and revenue) and the inputs used, without contradicting the annotations. It doesn't detail output formatting or edge cases, but that's acceptable given the output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, compact sentence that front-loads the purpose ('Estimate lost bookings and revenue') and follows with the inputs. There is no filler, and every word contributes meaning. The structure is exemplary for a simple estimation tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderate in complexity and has an output schema, so the description need not explain return values. It covers the purpose and inputs, and given the read-only annotations, an agent has sufficient information to call it correctly. Minor gaps like exact methodology or typical use cases are not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for all four parameters, with each having a clear description (e.g., unit, range, meaning). The description merely lists three of them ('lead volume, average value, average response time') without adding nuance or syntax details beyond what the schema already provides. This matches the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Estimate') and resource ('lost bookings and revenue at risk'), and lists the inputs (lead volume, average value, response time). It clearly distinguishes this tool from the broader set of run_ diagnostic tools by focusing on response-time impact, which is unique among siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states the tool's function but does not explicitly mention when to use it vs. alternatives, nor does it name any sibling tools or provide exclusions. Usage is only implied: an agent would use this when concerned about response-time-related losses, but that inference is not made explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools have distinct purposes, with clear get/list/run patterns separating fetching, listing, and executing. A few tools like scan_ai_visibility and run_trust_stack_audit both scan websites but focus on different signals, so minor overlap exists but descriptions clarify boundaries.

Naming Consistency5/5

All 29 tools consistently use snake_case with verb_noun structure (get_, list_, run_, scan_, select_, find_, pricing_lookup). The naming convention is uniform and predictable, making it easy to infer tool behavior.

Tool Count2/5

With 29 tools, the server exceeds the typical comfortable range (16-25 is already heavy). While the domain is broad, the high count may overwhelm agents and increase selection complexity without clear benefit.

Completeness4/5

The server covers a comprehensive range of operations: listing, fetching, running diagnostics, scanning, and recommendations. It lacks CRUD operations, but as a read-only resource and diagnostic server, that's appropriate. Some minor gaps exist, but the core workflows are well covered.

Resources