Skip to main content
Glama

world_doctor

FREE x402 protocol-conformance report for any public endpoint: the world's doctor scores it 0-100 across 13 checks (402 challenge decodability, accept validation, discovery docs, advertised-vs-challenged price, CORS, resource.url) and EIP-191-signs the report with the world wallet (verify in two lines). The buyer-side safety check before wiring a client to an x402 merchant. Same engine as the public /x402/doctor route. [free]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesPublic http(s) origin or URL of an x402 endpoint to check

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the burden well: it discloses that the operation is free, read-only against a public endpoint, produces an EIP-191-signed report verifiable "in two lines," and is backed by the same engine as the public /x402/doctor route. It omits operational traits such as rate limits, timeouts, or behavior on unreachable targets.

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?

One dense paragraph that front-loads the value proposition and check list before the use case. Some clauses are promotional filler ("the world's doctor," "verify in two lines"), and the trailing "[free]" duplicates the opening "FREE," but nothing is structurally confusing.

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 no output schema and no annotations, the description supplies most of what is needed: the score range, the 13 check categories, and the signed-report output form. The only real omission is any mention of how this differs from the fleet sibling or what happens when the target is unreachable.

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% and the single `target` parameter is fully documented as a public http(s) origin or URL. The description adds no syntax or format detail beyond that, so this is the baseline-3 case where the schema does the heavy lifting.

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

Purpose4/5

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

The description names the resource (x402 conformance) and the action (scores an endpoint 0-100 across 13 enumerated checks), with concrete specifics like 402 challenge decodability, CORS and resource.url. It is unmistakably a per-endpoint diagnostic, but it never distinguishes itself from the sibling world_doctor_fleet, which appears to be the multi-endpoint variant.

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?

"The buyer-side safety check before wiring a client to an x402 merchant" gives an explicit situation for use. It stops short of stating when not to use it or routing to the fleet/knock/sentinel siblings, so it is clear context without exclusions.

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