Skip to main content
Glama

Meta Robots Tag Generator

meta-robots-generator
Read-only

Build a meta robots tag (and X-Robots-Tag header) from index/follow and snippet directives.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNo
followNo
noarchiveNo
nosnippetNo
maxSnippetNo
noimageindexNo
maxImagePreviewNo
maxVideoPreviewNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

The description adds a small behavioral detail by stating it also builds an X-Robots-Tag header. However, given readOnlyHint is present, the safety profile is already known. The description does not disclose how defaults are handled, validation, or output format, so it provides only modest transparency.

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 that states the core function and scope. Every word earns its place, with no redundant or filler content.

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?

With 8 parameters, no output schema, and minimal annotations, the description does not fully convey the tool's behavior. It omits what the generated tag looks like, how parameters interact, or any constraints on values. This is incomplete for a non-trivial generator tool.

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 0%, so the description must compensate. It only loosely references 'index/follow and snippet directives' without explaining each parameter's meaning, value formats (e.g., maxSnippet), or enum options. The description adds minimal value over the schema.

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?

The description uses a specific verb ('Build') and clearly identifies the resource ('meta robots tag (and X-Robots-Tag header)'). It also mentions the input scope ('index/follow and snippet directives'), which differentiates it from sibling tools like robots-txt-generator and meta-tag-generator.

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 implies usage for generating a meta robots tag but provides no explicit guidance on when to use this tool versus alternatives. It does not mention any exclusions or alternative tools, leaving context-dependent decision making to the agent.

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.

Resources