Skip to main content
Glama

America/Puerto_Rico clock

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

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

With no annotations, the description must carry the behavioral burden. It does disclose the HTTP method (HEAD) and that only status is returned, which is useful. But it does not state how the many optional parameters are treated, whether redirects are followed, what error behavior looks like, or what the returned status format is, leaving significant behavioral ambiguity.

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 is a single front-loaded sentence with no wasted words, which is good. But for a tool with nine parameters and no output schema, it is under-specified rather than elegantly concise; a clarifying second sentence about parameter selection would improve it.

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 definition states the core operation and return kind, so it is not useless. Yet with nine optional parameters, no output schema, no annotations, and a large sibling family, it does not explain how to choose inputs, what happens when no arguments are provided, or what the returned status values mean. That is insufficient for reliable invocation.

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

Parameters2/5

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

Input schema descriptions cover 100% of parameters, so the baseline is 3, but the description adds no guidance on which parameter to use and even conflicts with the schema: `url` is described as 'HTTPS URL to normalize or cite' rather than as the target of a HEAD request. The other params like city, json, zone, and query are left disconnected from the tool's stated purpose.

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 specific operation: HEAD a public URL and return only the status. This is a clear verb+resource and distinguishes it from content-fetching tools like web-fetch. However, the 9-parameter schema with unrelated fields like city, json, and zone somewhat muddies the stated single-purpose behavior.

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

Usage Guidelines3/5

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

The phrase 'public URL' and 'status only' implies when to use this tool: lightweight availability/status checks rather than content retrieval. It never names alternatives like web-fetch, browser-url-ok, or playwright-url-ok, nor does it give exclusion criteria, so the guidance remains implicit rather than explicit.

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.