Skip to main content
Glama

Europe/Helsinki clock

lib-docs-hint

HTTP status for a public library docs 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

D1.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. The only disclosed behavior is 'Body discarded,' which applies to the URL case alone. The tool's actual behavior for the other 8 parameter types (city, zone, json, path, query, feed, ref, host) is entirely undisclosed — an agent cannot predict what the tool returns or does for those inputs.

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?

At 9 words the description is technically brief, but this is under-specification, not conciseness. A two-clause sentence cannot serve a tool with 9 heterogeneous optional parameters spanning weather, timezone, JSON, file paths, and feeds. Every sentence should earn its place, but here there are effectively no sentences covering 8 of the tool's 9 input domains.

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?

This tool has 9 heterogeneous optional parameters, no required parameters, no annotations, and no output schema — the description is the only guide an agent has. It describes exactly one of roughly nine behaviors and leaves the rest unexplained. This is grossly inadequate for a multi-dispatch tool; an agent cannot safely or correctly invoke it for any case other than a docs URL.

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?

Schema description coverage is 100%, so the baseline is 3, but the description adds nothing about the dispatch logic — which parameter drives which check, or how the tool selects among 9 optional heterogeneous inputs. Given that no parameter is required and all 9 cover unrelated domains, the description's silence on the routing behavior is a critical gap that the schema alone cannot fill.

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

Purpose2/5

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

The description states a specific verb and resource ('HTTP status for a public library docs URL') but represents only one of the tool's actual behaviors. The input schema accepts 9 wildly heterogeneous parameters spanning weather (city), timezone (zone), JSON validation (json), file paths (path), feeds (feed), and search text (query), none of which the description mentions. It also fails to distinguish this from sibling HTTP checkers like fetch-status, 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 Guidelines1/5

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

There is no guidance whatsoever on when to use this tool versus alternatives. With 9 optional parameters and zero required ones, an agent cannot determine which parameter triggers which check, and nothing routes it toward or away from the many sibling URL/HTTP tools (fetch-status, web-fetch, normalize-url, domain-shape). No exclusions or alternative selection criteria are given.

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.