Skip to main content
Glama
sourav2024

technical-seo-mcp

by sourav2024

Check AI crawler access & indexability

check_ai_crawlers
Read-only

Check effective robots.txt status for major AI crawlers, detect blanket disallow, verify llms.txt, and flag noindex/nofollow in headers and meta tags.

Instructions

Report the effective robots.txt allow/block status for GPTBot, ClaudeBot, Google-Extended, PerplexityBot, CCBot, and the * default (flagging blanket Disallow: / without per-bot overrides). Checks for /llms.txt, and flags noindex/nofollow in both the X-Robots-Tag response header and — critical failures invisible to a plain robots.txt check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to check (robots.txt/llms.txt are checked at its origin)
Behavior4/5

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

With readOnlyHint and openWorldHint annotations already covering safety, the description adds valuable behavioral context: it enumerates the exact bots checked, the handling of blanket disallow, and the sources for noindex/nofollow (header and meta tag). This goes beyond the annotations and does not contradict them.

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 that front-load the primary purpose and follow with critical details. Every phrase earns its place, and there is no unnecessary verbosity.

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?

Given the tool's complexity (checking multiple bots, headers, meta tags) and no output schema, the description covers the full scope of checks. It lacks an explicit statement about the report format or error behavior, but the 'Report' framing plus the listed checks gives sufficient context for an agent.

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 schema already provides 100% description coverage for the single 'url' parameter, including that robots.txt/llms.txt are checked at the origin. The tool description confirms this behavior but adds no new parameter-level semantics, so the baseline of 3 is appropriate.

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 states a specific verb ('Report') and resource ('effective robots.txt allow/block status for GPTBot, ClaudeBot, Google-Extended, PerplexityBot, CCBot, and the * default') and additional checks (llms.txt, noindex/nofollow via X-Robots-Tag and meta robots). It clearly distinguishes from the sibling 'check_robots' by focusing on AI crawlers and indexability signals.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool by noting 'critical failures invisible to a plain robots.txt check', which differentiates it from a generic robots check. However, it does not explicitly state 'use this instead of check_robots' or list exclusions, so it stops short of full usage guidance.

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

Install Server

Other Tools

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/sourav2024/seo-mcp'

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