Skip to main content
Glama

x402_fetch

Destructive

Fetches a URL, automatically paying via x402 protocol when required. Checks payment cost, queues confirmation if needed, and executes; no payment needed for free resources.

Instructions

Fetch a URL, automatically paying via x402 protocol if required. Checks payment cost first, queues confirmation if payment needed, then executes. No-op if no payment required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to fetch
bodyNoRequest body (for POST/PUT)
methodNoHTTP method (default GET)
headersNoOptional request headers
Behavior5/5

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

The description goes beyond the annotations by detailing the internal steps: checks payment cost, queues confirmation, executes, and no-ops if no payment is needed. This discloses important behavioral traits like potential user confirmation and side-effect-free execution when no payment is required, which annotations alone do not convey.

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 extremely concise, with three short sentences that immediately state the core action ('Fetch a URL'), then efficiently explain the conditional payment behavior. Every sentence earns its place, and the structure is front-loaded with the most critical information.

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

Completeness3/5

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

Despite the complex payment flow, the description covers the high-level steps but omits important context such as the return value format, potential failure modes (e.g., payment denied), and relationship with the sibling x402_check_requirements. Given the absence of an output schema, more detail would be needed for full completeness.

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 every parameter already has a meaningful description. The tool description does not add extra parameter semantics beyond what is in the schema, so the baseline score of 3 is appropriate.

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 uses a specific verb+resource ('Fetch a URL') and clearly distinguishes itself from the sibling x402_check_requirements by indicating that this tool actually fetches and can pay. The payment behavior is at the forefront, making the tool's purpose unambiguous.

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 description provides clear context on when the tool is used (when a URL fetch may require payment) and describes the condition-based flow ('if required', 'if payment needed'). However, it does not explicitly mention alternatives or when not to use this tool, such as pointing to x402_check_requirements for checking payment requirements only.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Apegurus/web3agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server