Skip to main content
Glama

HTTP 401 unauthorized

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

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

Without annotations, the description must carry the behavioral disclosure, and it only states that the tool fetches a public robots.txt and returns group counts. It does not explain behavior when robots.txt is absent, redirects, or how the unrelated 'json' parameter (described as 'discarded after the check') fits in, leaving the tool's actual 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.

Conciseness5/5

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

The description is a single front-loaded sentence with a clear verb, resource, and scope qualifier; no words are wasted. Its brevity is a strength for parsing, even though the parameter mismatch reduces overall quality.

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 output schema, no annotations, and four optional parameters, the description must explain which parameters are meaningful for a robots.txt fetch and what 'group counts' means. It does neither, and the schema's unrelated parameters compound the gap, so an agent cannot reliably construct a valid call.

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?

Although schema coverage is 100%, every property description is irrelevant to the tool's stated purpose: URL normalization, public hostname, JSON validation, and IANA timezone. None of them explains how to target a robots.txt, so the high coverage actively misleads rather than helps; the description adds no parameter clarification.

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 ('Fetch a public robots.txt') and limits the return value ('group counts only'), so an agent understands the core purpose. However, it does not explicitly differentiate from sibling tools like validate-json or timezone, though the robots.txt resource is distinctive enough to avoid confusion.

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 provides no guidance on when to use this tool versus the sibling tools. It does not specify conditions, exclusions, or alternatives; the only signal is the implied use case of reading a public robots.txt, which is not enough to route an agent facing the sibling list.

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/5.0
Disambiguation3/5

Several tools have clear distinct purposes, but http-401 and status-catalog overlap on HTTP status information, and citation vs normalize-url both handle URL components. compatibility is also vague enough that an agent may struggle to know when to choose it.

Naming Consistency3/5

All names use lowercase hyphenation, which is consistent, but the set mixes verb-led names like normalize-url and validate-json with noun-led names like status-catalog and utc-time. The pattern is readable but not a uniform verb_noun convention.

Tool Count4/5

11 tools is within a reasonable range, but a few seem like one-off conveniences rather than part of a cohesive set, such as http-401 and compatibility. The count is not problematic, though slightly padded.

Completeness2/5

The implied domain is privacy-preserving HTTP/URL utilities, but there are notable gaps like redirect inspection, header checks, or URL comparison. Timezone and JSON validation tools feel disconnected from the core purpose, so the overall surface is incomplete and lacks a clear workflow.