Skip to main content
Glama

Snowflake id shape

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

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

There are no annotations, so the description must fully disclose behavior, but it only says it sends a HEAD request and returns status. It does not describe how the other 8 parameters behave, what happens to them, whether data is discarded, or any error or rate-limit behavior. The 'discarded' and 'no disk access' notes live only in the schema and are not tied to the described behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The sentence is short and front-loaded, but the description is severely under-specified for a tool with 9 optional parameters and zero annotation coverage. The one-line description sounds concise but omits the information an agent needs to invoke the tool correctly for most of the accepted inputs. This is under-specification rather than effective concision.

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?

The tool has no annotations, no output schema, and 9 parameters, but the description only accounts for a single 'public URL' case. It is completely inadequate for explaining the behavior of the other parameters or how the agent should choose among the many sibling tools. A description of this size cannot be complete for a tool this complex.

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%, so each parameter already has a meaningful description, which sets the baseline at 3. The tool description itself adds no parameter-level semantics beyond identifying 'public URL', and it fails to reconcile the URL-focused method with the many non-URL parameters. No credit is lost for the schema coverage, but the description also earns no extra credit.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource ('HEAD a public URL') and limits the output to status only, which distinguishes it from content-fetching siblings like web-fetch. However, the input schema accepts 9 unrelated parameters such as json, path, city, and zone, so the described purpose covers only a fraction of the accepted inputs. This mismatch makes it unclear what the tool actually does when given non-URL arguments.

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 gives no guidance about when to use fetch-status versus siblings such as web-fetch, browser-url-ok, status-catalog, or normalize-url. It does not say whether other parameters like json or zone are alternative ways to invoke the tool or are ignored. An agent cannot confidently select this tool over closely related alternatives based solely on this description.

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.