Skip to main content
Glama
integrallis

RankCLI

by integrallis

seo_generate_robots

Generate an AI-friendly robots.txt for any site from its base URL. Allows major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) to improve AI search visibility.

Instructions

Generate an AI-friendly robots.txt that allows all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesBase URL of the site (e.g., https://example.com)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.0.1

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It states the outcome (a robots.txt allowing AI crawlers) but does not clarify whether the tool returns content, writes to a file, or has side effects — leaving important behavioral ambiguity.

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 entire description fits in one focused sentence with no fluff. It front-loads the core purpose and adds a parenthetical list of crawler names that gives useful concrete context without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and clear intent, but with no output schema and no annotations, the description does not specify the return format, whether it writes to the site, or how it relates to sibling tools. This leaves some gaps for an agent deciding how to invoke and interpret the result.

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

Parameters3/5

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

The input schema already provides 100% coverage for the single parameter, including an example ('https://example.com'). The description does not add parameter-level detail, but the schema is sufficient, aligning with the baseline for full schema coverage.

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 clearly states a specific action ('Generate') and resource ('an AI-friendly robots.txt') with concrete examples of allowed crawlers. It does not explicitly differentiate from sibling tools like seo_robots_ai or seo_ai_crawlers, which may perform overlapping functions.

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 the tool is for generating a robots.txt that permits AI crawlers, but it gives no explicit when-to-use guidance, prerequisites, or alternatives. Given several sibling tools with similar SEO-focused names, the lack of exclusionary guidance is a gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/integrallis/rankcli-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server