Skip to main content
Glama
integrallis

RankCLI

by integrallis

seo_robots_ai

Analyze robots.txt content to check AI crawler access. See which AI agents such as GPTBot, ClaudeBot, or PerplexityBot are allowed or blocked.

Instructions

Analyze robots.txt for AI crawler permissions. Shows which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) are allowed or blocked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
robotsTxtYesContent of robots.txt file

Schema Changelog

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

  1. First observedv0.0.1

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. 'Analyze' reasonably implies a read-only action and the output is described, but the description doesn't mention limitations such as only recognizing known AI crawlers or behavior on malformed robots.txt input.

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 two sentences with no redundant wording. It front-loads the action and directly states the output, making it efficient and easy to scan.

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

Completeness4/5

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

For a simple single-parameter analysis tool with no output schema, the description covers the core input and expected result sufficiently. It could be slightly stronger by explicitly contrasting with seo_ai_crawlers, but nothing essential is missing for invoking it correctly.

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?

Schema description coverage is 100% because the only parameter, robotsTxt, is already described as 'Content of robots.txt file'. The tool description adds no additional parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.

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 uses a specific verb ('Analyze') with a specific resource ('robots.txt') and clearly states the output ('which AI crawlers are allowed or blocked'). It is clear on its own, though it doesn't explicitly differentiate from the similarly named sibling seo_ai_crawlers.

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 description implies the tool should be used when you have robots.txt content and want AI crawler permission status, but it provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like seo_generate_robots or seo_ai_crawlers.

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