Skip to main content
Glama

The Quiet Protocol Growth Offense MCP

Run AI Business OS Diagnostic

run_ai_business_os_diagnostic
Read-only

Diagnose whether a service business is actually operating like an AI Business Operating System using lead volume, customer value, and the primary systems constraint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nicheYesBusiness niche or vertical.
averageValueYesAverage booked job, case, or customer value in USD.
monthlyLeadsYesApproximate inbound leads per month.
primaryConstraintYesThe systems bottleneck that feels most true right now.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
toolIdYes
fastWinsYes
findingsYes
scoreBandYes
subScoresNo
bookingCtaNo
engineSlugYes
limitationsYes
methodologyYes
nextStepUrlYes
canonicalUrlYes
evidenceTypeYes
moduleScoresYes
overallScoreYes
rubricVersionYes
systemMappingYes
inputAssumptionsYes
canonicalPublicUrlYes
evidenceReferencesYes
recommendedEnginesNo
annualRevenueAtRiskYes
monthlyRevenueAtRiskYes
recommendedResourcesNo
evidenceClassificationYes

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, covering the safety profile. The description does not add behavioral specifics beyond the inputs, such as output format or side effects. Since the output schema exists, the description's minimal behavioral disclosure is acceptable, but it adds little beyond 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, clear sentence that begins with the action verb 'Diagnose' and specifies the subject and key inputs. It is front-loaded and contains no redundant information, making it highly efficient.

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 description, combined with the schema and output schema, provides sufficient context for an agent to understand the tool's purpose, inputs, and expected behavior. It doesn't explicitly state the output, but the output schema covers that. Given the annotations and schema richness, the description is adequately complete.

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?

The schema provides full descriptions for all four parameters, including enum values for primaryConstraint. The description's mention of 'lead volume, customer value, and the primary systems constraint' merely paraphrases the parameters without adding new semantics, such as units, examples, or relationships. Since schema coverage is 100%, the description adds no meaningful incremental value.

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 clearly states the tool's function: diagnosing if a service business operates like an AI Business OS based on lead volume, customer value, and primary constraint. It distinguishes itself from sibling diagnostic tools like run_front_door_benchmark or run_revenue_leak_diagnostic by focusing specifically on the AI Business OS framework.

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 implies the tool is used when assessing a business's alignment with an AI Business OS, but it does not explicitly state when to prefer this over other diagnostic tools. There is no mention of alternatives or exclusion conditions, so usage guidance is implied rather than 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