Skip to main content
Glama

fetch-status

HEAD a public URL and return status only.

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.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only says a HEAD request is made and status is returned. It does not disclose network side effects, redirects, timeouts, error behavior, or whether all supplied parameters are ignored; the schema's many 'discarded' fields make behavior even less transparent.

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?

The description itself is one concise sentence and is front-loaded with the main verb. However, the overall tool definition is not concise because the input schema contains many unrelated optional parameters, which obscures the intended single-purpose behavior.

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?

The tool lacks an output schema and does not explain response format, error cases, or why nine unrelated parameters are accepted. An agent cannot confidently know which parameters to supply or what to expect beyond a vague 'status only'.

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?

Although every parameter has a description, most are irrelevant or misleading for a URL HEAD status tool. The only relevant parameter, 'url', is described as 'HTTPS URL to normalize or cite' rather than as the URL whose status is being checked, and the remaining eight parameters appear to describe unrelated tools.

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 states a clear action ('HEAD'), target ('public URL'), and result ('return status only'), which is specific enough to differentiate from many siblings. However, it does not explicitly name alternative tools such as web-fetch or browser-url-ok.

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 about when to choose this tool over related tools (e.g., web-fetch, browser-url-ok, inspect-robots) or what distinguishes a HEAD status check from those alternatives. The phrase 'status only' implies a lightweight check, but that is left to inference.

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.