Skip to main content
Glama

web_fetch

Pay-per-call via standard x402 v1 (USDC on Base): fetch any public URL and return status, content-type and body. Price 0.01 USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesabsolute https URL to fetch

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does add meaningful traits: pay-per-call via x402, exact price of 0.01 USDC on Base, and the returned fields. However, it does not mention error behavior, redirects, response-size limits, or rate limits, which remain a transparency gap for a no-annotation tool.

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?

Two sentences with no fluff: the first identifies the operation and payment model, the second states the exact price. Every phrase earns its place and the billing implication is front-loaded.

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 tool is simple (one required parameter) and has no output schema, so the description must characterize the return value; it does by listing status, content-type, and body. It also discloses the cost model. It could add boundary conditions like size limits or failure modes, but the core invocation contract is covered.

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 url parameter is already documented as an absolute https URL. The description's 'any public URL' adds context about accessibility but does not materially extend what the schema already says.

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 uses a specific verb ('fetch') and names the resource ('any public URL') plus the three return fields (status, content-type, body), so the core function is clear. It does not explicitly distinguish from sibling tools like agent_site_audit, but none of the siblings advertise generic direct URL fetching, so confusion risk is low.

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?

No guidance is given on when to choose web_fetch over alternatives or when not to use it. The description implies a general fetch use case, but it never names exclusions (e.g., private or authenticated URLs) or sibling tools like agent_site_audit for site-level analysis.

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