Skip to main content
Glama

x402-handbook

x402-handbook: The x402 Agent Handbook (PDF, ~59KB) — the full guide to the x402 protocol, agent

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoFormat to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full behavioral burden. It does disclose the payload is a PDF of about 59KB, which hints at a static retrieval with a known size, but it says nothing about whether this is a read-only fetch, how the content is returned, or any auth/cost behavior on an x402 endpoint.

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

Conciseness3/5

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

It is a single short clause, so there is no bloat, but it is truncated and front-loads a redundant repetition of the tool name. Appropriate length but not a complete, structured statement.

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

Completeness2/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 would need to explain what calling it returns and when it applies. It provides only a partial sentence about the artifact, so an agent cannot confidently distinguish this reference-document tool from the many adjacent x402 utilities.

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?

Only one optional parameter ('format', described as 'Format to process') exists and schema description coverage is 100%, so per the baseline the schema carries the meaning. The description adds nothing about the parameter, but the schema-side coverage justifies a neutral 3.

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 a specific resource — the x402 Agent Handbook, a ~59KB PDF that is the full guide to the x402 protocol — so an agent can tell what it is. However, it never states an action verb (fetch/read/retrieve), and the sentence is truncated mid-thought ('...protocol, agent'), leaving the exact deliverable ambiguous.

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

Usage Guidelines2/5

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

There is no statement of when to use this tool, no prerequisites, and no reference to alternatives among the many sibling x402 tools. The closest thing to guidance is the implied 'this is the protocol documentation,' which the agent must infer.

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