Skip to main content
Glama

Kilometers to miles

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

C2.5/5.0
Behavior2/5

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

No annotations are present, so the description carries the full disclosure burden. It only discloses that the operation is a public read returning counts; it says nothing about failure behavior, parsing semantics, rate limits, or authentication. Critically, the description's implied behavior (fetching robots.txt) conflicts with the schema's behavioral cues (URL normalization/citation, JSON validation and discarding, timezone checks), making the tool's actual runtime behavior opaque.

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

Conciseness3/5

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

The single sentence is tight and front-loads the action verb with no filler. But the brevity is under-specification rather than disciplined conciseness: with four parameters, zero annotations, and no output schema, one sentence is far too little to make the tool safely invocable.

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?

No annotations, no output schema, and four parameters that the description never maps to the stated robots.txt fetch. An agent reconciling 'fetch robots.txt' with parameters that cite URLs, validate JSON, and check timezones is left with an impossible invocation contract. The definition is as incomplete as it can be for a tool with this complexity.

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 contributes zero parameter meaning — it never mentions url, host, json, or zone. Worse, the schema descriptions ('HTTPS URL to normalize or cite', 'JSON text to validate; discarded after the check', 'IANA timezone name') describe parameters that make no sense for fetching robots.txt, so neither the description nor the schema helps an agent fill them in correctly.

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 states a specific action and resource ('Fetch a public robots.txt') plus an explicit output scope ('return group counts only'), which on its face distinguishes the tool from its siblings (citation, validate-json, zone-shape). However, the stated purpose is sharply undermined by the input schema, whose parameters and descriptions (normalize or cite, validate; discarded, IANA timezone) belong to an unrelated tool, so an agent cannot fully trust what the tool actually does.

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?

There is no when-to-use or when-not-to-use guidance, no named alternatives, and no prerequisites. The phrase 'group counts only' hints at a summary-only use case, but it does not explain when to pick this tool over the siblings or how the four optional parameters factor into selection. An agent has essentially no basis to choose this tool confidently.

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.4/5.0
Disambiguation4/5

Most tools have distinct purposes, but URL-related tools like citation and normalize-url and time tools like timezone and utc-time occupy adjacent territory. Descriptions are clear enough that an agent can usually select correctly.

Naming Consistency3/5

All names are lowercase hyphenated, which provides a consistent visual style. However, the set mixes noun-style names (citation, timezone), verb-style names (normalize-url, validate-json), and abbreviation-style names (km-to-mi), so there is no uniform verb_noun convention.

Tool Count2/5

A server named 'Kilometers to miles' having 11 tools is excessive, since only km-to-mi relates to the stated purpose. The count could work for a general utility server, but it does not fit the apparent conversion-focused scope.

Completeness2/5

As a unit conversion service, the server is severely incomplete: it only supports kilometers-to-miles and lacks the reverse conversion or other conversions. As a utility collection, the tools are unrelated and form no coherent domain whose completeness can be judged.