Skip to main content
Glama

Australia/Brisbane clock

inspect-robots

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

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.4/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 for behavioral disclosure, but it only reveals that the operation fetches a public file and returns counts. It does not mention error behavior, redirects, rate limits, network assumptions, or what happens when the robots.txt is missing, and it gives no indication of side effects beyond the read.

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 appropriately front-loaded and compact, with no wasted words. However, it is so terse that it omits the parameter mapping and any usage context, so the economy comes at the expense of necessary information.

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?

For a tool with no annotations, no output schema, and a confusingly broad input schema, one sentence is materially insufficient. The definition does not tell the agent how to identify the target URL, what the returned group counts look like, or how to handle failures.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not indicate which of the eight schema parameters supplies the robots.txt URL; only 'url' or 'host' are plausible candidates, and their schema descriptions are about normalization/citation or a generic hostname. Several parameters (ref, city, json, path) are described as discarded checks unrelated to robots.txt, so an agent cannot infer how to invoke this tool correctly from either the description or the schema.

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 names a concrete action ('Fetch'), a resource ('public robots.txt'), and the exact result ('group counts only'), which is easy to understand and distinguishes it from generic web fetchers. However, it does not explicitly contrast it with sibling tools like domain-shape or web-fetch, so it stops short of full 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?

No guidance is given about when to use inspect-robots versus alternatives such as web-fetch, fetch-status, or domain-shape. The phrase 'public robots.txt' is the only context cue; there are no exclusions, prerequisites, or alternative conditions.

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.