Skip to main content
Glama

America/Los_Angeles 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.1/5.0
Behavior3/5

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

The description states the output is 'group counts only,' which is honest about the return scope. However, no annotations are provided, so the description carries the full burden of behavioral disclosure. There's no info about caching, redirects, errors, or what happens with unparseable robots.txt files.

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

Conciseness4/5

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

The description is minimal and efficient — one short sentence. It's front-loaded with the main action. No wasted words, though it's arguably too terse.

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?

Given the mismatch between required parameters (0) and the tool's stated purpose (fetching a robots.txt — which should require a URL), this tool has a significant gap. The description doesn't clarify which parameters are needed for this tool to work. No output schema exists, and the description doesn't note any return value details beyond 'group counts.'

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 JSON schema already documents all four parameters. The description doesn't add any parameter-level semantics beyond what's in the schema. The relevance of parameters like 'json' and 'zone' to fetching a robots.txt is unclear — only 'url' or 'host' seem naturally connected.

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

Purpose4/5

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

The description says 'Fetch a public robots.txt and return group counts only,' which gives a specific verb (fetch), a resource (robots.txt), and a return type (group counts). It's clear about the narrow scope but doesn't explicitly distinguish this from other tools that might fetch web resources, so no sibling differentiation.

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 doesn't explicitly state when to use this tool. The sibling-tools list is just a single entry 'citation' — the description doesn't mention it at all. The tool name 'inspect-robots' suggests robots.txt inspection, but the description provides no guidance on when this is preferred over alternatives.

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.6/5.0
Disambiguation2/5

The time tools overlap heavily: timezone can replicate utc-time and tz-america-los-angeles, so an agent may struggle to pick the right one. The URL/HTTP tools are mostly distinct, but compatibility is vague and domain-shape/normalize-url both operate on hostname structure.

Naming Consistency4/5

All tool names follow a consistent lowercase hyphenated style, which is clean and predictable. However, the semantic pattern is mixed: some names are verb-first (normalize-url, inspect-robots) while others are bare nouns (citation, timezone, utc-time), so it is not a strict verb_noun convention.

Tool Count3/5

Eleven tools is not excessive in absolute terms, but the set is divided between time-related tools and unrelated URL/HTTP inspection utilities. Under the 'clock' identity, the count feels inflated and the purpose is diluted.

Completeness3/5

For a clock service, the core time queries are covered, but there is no timezone conversion or exhaustive zone listing. If viewed as a network-inspection suite, some exclusions are intentional, yet compatibility is underspecified and the overall domain remains unclear.