Skip to main content
Glama

Europe/Berlin clock

inspect-robots

Fetch a public robots.txt and return group counts only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions 'public' and 'group counts only,' but does not disclose network behavior, error handling if robots.txt is missing, redirects, rate limits, or whether any state changes occur. For a network-fetching tool 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.

Conciseness5/5

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

The description is a single front-loaded sentence with no filler. It states the action, target, and output shape efficiently, earning its place without redundancy.

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 tool has no annotations, no output schema, and four optional parameters, yet the description only provides a one-line summary. It omits how parameters relate to the fetch, what 'group counts' means, failure behavior, and any constraints on the URL or host. This is insufficient for reliable invocation.

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%, so the baseline is 3 even without additional parameter guidance. However, the description adds no mapping between its purpose and the four parameters; notably, 'json' and 'zone' appear unrelated to robots.txt inspection, and the description does not clarify which parameters are relevant.

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

Purpose5/5

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

The description names a specific verb ('Fetch'), a concrete resource ('public robots.txt'), and the exact output ('group counts only'). This clearly distinguishes it from sibling tools like normalize-url or validate-json, none of which mention robots.txt.

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 given about when to use this tool versus alternatives, nor any exclusions or prerequisites. An agent is left to infer that it should be used for robots.txt inspection, but nothing explicitly routes around siblings or states when not to use it.

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.

TDQS

C2/5.0
Disambiguation2/5

Several tools overlap in purpose: timezone, tz-europe-berlin, and utc-time all return current time, and citation/normalize-url both analyze URL components. 'compatibility' is too vague to distinguish from the other HTTP/classification tools.

Naming Consistency3/5

All names are lowercase and hyphenated, which is a consistent delimiter style, but the pattern mixes verb phrases (inspect-robots, normalize-url, validate-json) with noun phrases (citation, compatibility, status-catalog). There is no uniform verb_noun or noun_noun convention.

Tool Count2/5

Eleven tools is not excessive in raw count, but the server is named as a clock and only four tools (timezone, tz-europe-berlin, utc-time, iana-zones) support that purpose. The rest are unrelated web/HTTP/JSON utilities, making the set poorly scoped.

Completeness2/5

For the clock domain, time lookup is covered but timezone conversion is missing. For the broader web/HTTP utilities hinted at by the other tools, the surface is incomplete and lacks a clear lifecycle or workflow, so agents would hit dead ends.