Skip to main content
Glama

MIME mp4

web-fetch

HTTP status and content type for a public URL. Body discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

The description transparently states it fetches a URL and discards the body, returning only status and content type. This is a non-destructive, read-only behavior. However, it does not disclose potential side effects such as network requests, redirects, timeouts, or rate limits, and no annotations are present to supplement this.

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?

The description is a single, short sentence that conveys the core function and a key behavioral constraint. It is concise and well-structured, though it sacrifices necessary detail about parameter usage and return format for brevity.

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

Completeness1/5

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

Given the confusing and extraneous parameters, the description is far from complete. It does not clarify which parameter is the URL to fetch, why other parameters exist, or what the output looks like (there is no output schema). An agent would likely struggle to use this tool correctly without additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 9 optional parameters, but the description only mentions a 'public URL'. Several parameters (e.g., 'city', 'zone', 'query', 'ref', 'feed', 'host', 'json', 'path') have descriptions that suggest they belong to entirely different tools, not this lightweight fetch. The 'url' parameter description also oddly says 'normalize or cite' which is inconsistent with returning status/content type. The tool description provides no mapping between parameters and the stated purpose, making the schema effectively misleading.

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 clearly states the tool returns HTTP status and content type for a public URL, and explicitly notes the body is discarded. This is a specific, unambiguous purpose. However, it does not name any sibling tool for contrast, so the differentiation is implicit rather than explicit.

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?

The description provides no guidance on when to use this tool versus similar siblings like 'fetch-status', 'browser-url-ok', or 'playwright-url-ok'. It does not explain why a user would choose this instead of a full fetch or browser-based check. The 'Body discarded' hint is useful but insufficient as a usage directive.

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.