Skip to main content
Glama

world_doctor_fleet

Batch x402 conformance audit: up to 10 origins in ONE call — each gets a signed 0-100 conformance report (13 checks: challenge decodability, accept validation, discovery surfaces, advertised-vs-challenged price, CORS) plus a fleet summary (by-verdict counts, average, worst offender). 0.005 USDC on Base mainnet via x402. One call instead of ten; not subject to the free /doctor 5/hour limit. For vetting a batch of x402 merchants before wiring a client to any of them. [paid: 0.0050 USDC on Base mainnet via x402]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
originsYesComma-separated public http(s) origins or URLs to check (1-10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the price (0.005 USDC on Base mainnet via x402), the payment rail, the batch ceiling, the exemption from the free 5/hour limit, and the shape of the returned report and fleet summary. It stops short of describing failure modes for malformed origins or what happens if fewer than 10 valid origins are supplied.

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

Conciseness4/5

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

Front-loaded with the core action and scope, then supporting details on output, cost, and use case. Dense but every clause carries information; the trailing bracketed payment restatement is mildly redundant with the earlier pricing sentence.

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

Completeness5/5

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

There is no output schema, yet the description enumerates the returns (13 checks, signed 0-100 score, fleet summary with by-verdict counts, average, worst offender) and supplies cost and payment context. An agent has everything required to decide and invoke correctly.

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% and the single parameter is fully documented there, so the baseline is 3. The description reinforces the 1-10 batch bound but adds no syntax detail (e.g., separator handling, scheme normalization) beyond the schema.

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?

States a specific verb and resource — 'Batch x402 conformance audit' — with concrete scope (up to 10 origins in one call) and enumerates what each report contains. It also distinguishes itself from the sibling world_doctor by noting it is 'One call instead of ten' and exempt from the free /doctor rate limit.

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

Usage Guidelines4/5

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

Gives an explicit use case: 'For vetting a batch of x402 merchants before wiring a client to any of them.' It also implicitly contrasts with the single-origin /doctor tool via the rate-limit note, though it never states when to prefer world_doctor over this tool outright.

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.

Resources