Skip to main content
Glama

The Quiet Protocol Growth Offense MCP

Run Revenue Leak Diagnostic

run_revenue_leak_diagnostic
Read-only

Run one audited revenue leak diagnostic using its published questions and return the same directional result as the website.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesAudited diagnostic slug.
answersYesAnswers keyed by the question IDs returned by get_revenue_leak_diagnostic.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
resultYes
toolIdYes
nicheIdYes
continueUrlYes
limitationsYes
methodologyYes
nextStepUrlYes
canonicalUrlYes
definitionIdYes
evidenceTypeYes
systemMappingYes
inputAssumptionsYes
definitionVersionYes
canonicalPublicUrlYes
evidenceReferencesYes
evidenceClassificationYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare this as read-only and non-destructive, so the bar for additional value is lower. The description adds useful behavioral context by stating that it uses 'published questions' and returns 'the same directional result as the website', which conveys the methodology and output nature beyond the annotations.

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?

The description is a single, front-loaded sentence with no filler. Every phrase earns its place: it names the action, the specific diagnostic, the input method, and the output nature, all in ~18 words.

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?

With a rich output schema, full parameter descriptions, and safety annotations, the description need only add the operational nuances. It mentions the deterministic website-matching behavior and use of published questions, which is mostly sufficient. A minor gap is not explicitly stating that users should first obtain the slug via get_revenue_leak_diagnostic, though the schema implies this dependency.

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 description coverage is 100%, so the baseline is 3. The description adds minimal parameter meaning beyond the schema: it implies that answers correspond to the diagnostic's published questions, but the schema's answer description already states these are keyed by question IDs from get_revenue_leak_diagnostic. No substantial extra semantic value is provided.

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 states a specific verb ('Run') and resource ('audited revenue leak diagnostic'), and clarifies the behavior by mentioning 'published questions' and 'same directional result as the website'. This distinguishes it from sibling get_* tools and other run_* diagnostics by naming the exact diagnostic and its execution method.

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?

Usage context is implied rather than explicit: the description indicates this runs a revenue leak diagnostic and references the diagnostic's published questions, but it does not directly state when to prefer this over other run_* diagnostics or when not to use it. There is no exclusion or alternative comparison.

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