Skip to main content
Glama

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

C2.1/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 burden of behavioral disclosure. The only behavioral note is 'Body discarded,' which is vaguely useful. However, it does not disclose whether the tool performs network requests, what side effects occur for non-URL parameters, or what status codes are returned. Given the lack of annotations, this is a significant gap.

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 description is concise in word count, but it is under-specified and does not earn its brevity. It front-loads the main claim but omits any operational detail. While conciseness is good, this level of brevity is not 'appropriate' because it leaves critical information unexplained (especially given the tool's complexity).

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?

With nine parameters, no output schema, and no annotations, the description is grossly insufficient. It gives no indication of how parameters like 'city' or 'zone' are processed, what the output format is beyond 'HTTP status,' or how the diverse inputs interact. The tool is effectively a black box, making it nearly impossible for an agent to use correctly.

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 description coverage is 100%, meaning each parameter has some text in the schema. The description itself adds zero parameter information. According to the rubric, baseline is 3 when coverage is high, and the description does not need to repeat schema details. However, it also fails to clarify how these diverse parameters relate to the stated purpose, so it does not add meaningful semantic value beyond the schema.

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 action ('HTTP status') and a resource ('public library docs URL'), giving a clear surface-level purpose. However, the parameter list includes nine diverse fields (city, feed, json, zone, etc.) that have no logical relation to a library docs URL, making the description misleading about the tool's actual scope. It also fails to differentiate from sibling tools like fetch-status or web-fetch that likely perform similar HTTP checks.

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 provided on when to use this tool versus alternatives such as fetch-status, browser-url-ok, or web-fetch. The description does not state expected usage context, prerequisites, or scenarios where this tool is preferred over siblings, leaving the agent to guess.

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.