Skip to main content
Glama

Kilograms to pounds

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 full behavioral disclosure. It notes the 'group counts only' limitation, but does not disclose that a network fetch occurs, how failures are handled, or that parameters like json and zone appear unrelated to the robots.txt purpose. The schema hint that json is 'discarded after the check' is not reflected in the main description, creating uncertainty.

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?

A single, front-loaded sentence with zero filler. Every word earns its place and the key output constraint ('group counts only') is stated immediately.

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?

The tool has 4 parameters, 0 required, no annotations, and no output schema, yet the description does not explain what to pass, what 'group counts' means, or why json/zone parameters exist. The schema is actively misleading, and the description is far too thin to let an agent invoke this tool correctly.

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 coverage is 100%, so a baseline of 3 applies, but the schema descriptions are generic and mismatched with the tool's purpose (url is 'to normalize or cite', json to 'validate', zone as 'IANA timezone'). The description does not clarify how url/host map to the robots.txt fetch or whether json/zone are ignored, so it fails to add meaningful parameter guidance despite high nominal coverage.

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?

Always says a specific verb (fetch), a resource (public robots.txt), and a precise outcome (return group counts only). This clearly distinguishes it from unrelated siblings like citation, normalize_url, status_catalog, timezone, and validate_json without needing explicit contrasts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The usage is implied: use it when you need group counts from a public robots.txt. However, it does not state when not to use it, list prerequisites (e.g., public accessibility), or mention any alternative approach, leaving the agent to infer applicability from the short sentence alone.

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.