Skip to main content
Glama

ISO country KG

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

B3/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden; it does disclose the HTTP method (HEAD) and that the response is limited to status, making the operation read-only and body-free. It is silent on redirects, timeouts, error behavior, and what happens if multiple optional parameters are supplied, so transparency is only partial.

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?

A single compact sentence with no filler; the key verb, target, and output are front-loaded. It is appropriately concise for the simple URL use case, though other dimensions suffer from the terseness.

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?

For a tool with nine optional parameters, no output schema, and no annotations, this description is not complete: it only covers the URL path, gives no output format details, and does not reconcile the remaining parameters. The schema helps individually but the overall invocation contract remains unclear.

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?

Even though schema description coverage is 100%, the description narrows the tool to a URL while nine parameters are optional and unrelated-looking. The schema's own url description ('HTTPS URL to normalize or cite') also does not match the 'HEAD ... status only' behavior, so the definition does not reliably tell an agent which parameter to set.

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 clearly names a specific operation—HEAD a public URL and return only its status—which distinguishes it from body-fetching tools. However, the input schema exposes eight other optional parameters (ref, city, feed, json, path, zone, query, host), so the one-line description describes only one mode and leaves the tool's true scope ambiguous.

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?

'Return status only' implies this is the lightweight choice when an agent needs an HTTP status rather than a full page fetch. It does not name sibling alternatives such as browser-url-ok, playwright-url-ok, or status-catalog, nor does it explain when the non-URL parameters should be used.

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.