Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

robots.txt Check

robots_txt_check
Read-onlyIdempotent

Fetches and parses a site's robots.txt, reporting user-agent rules, sitemaps, and parse warnings. Flags wildcard disallow and 5xx responses that risk deindexing.

Instructions

Fetch and parse a site's robots.txt per RFC 9309. Reports every user-agent group with its Allow/Disallow rules, the declared sitemaps, and any lines that could not be parsed. Flags the two failures that silently deindex a site: a wildcard Disallow: /, and a robots.txt that returns 5xx (which Google treats as "disallow everything").

Args:

  • site (string): domain or any URL on it, e.g. 'example.com'.

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { found, status, group_count, sitemaps[], blocks_everything, groups[{agents[], rules[], crawl_delay}], parse_warnings[], findings[] }.

Example: "What does example.com's robots.txt allow?" -> robots_txt_check(site="example.com"). For AI-crawler specifics use ai_crawler_access instead — it resolves each known AI bot against these rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesSite domain or any URL on it, e.g. 'example.com'. Only the origin is used.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
foundYes
groupsYes
statusYes
findingsYes
sitemapsYes
group_countYes
parse_warningsYes
blocks_everythingYes
Behavior5/5

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

Annotations already declare read-only, idempotent, and non-destructive. The description adds substantial behavioral context: RFC 9309 compliance, handling of unparseable lines, and Google's interpretation of 5xx as 'disallow everything.' It also clarifies that only the origin of a URL is used. No contradictions with annotations.

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 tightly structured with clear sections: overview, args, returns, example, and alternative tool. Every sentence provides value, including the RFC reference, the deindexing flags, and the return structure. No filler or redundancy.

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

Completeness5/5

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

For a read-only analysis tool, this description covers behavior, parameters, return fields, an example, and a pointer to an overlapping sibling. It also includes important SEO context (deindexing risks) and complies with RFC 9309. The Returns line enumerates top-level fields, so agents understand the output shape without a formal output schema.

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 coverage is 100% — both `site` and `response_format` are fully described in the input schema, including examples and defaults. The description restates these parameters and adds an example, but does not materially expand beyond the schema's own documentation, so the baseline of 3 applies.

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 opens with a specific verb+resource: 'Fetch and parse a site's robots.txt per RFC 9309.' It enumerates exact outputs (user-agent groups, Allow/Disallow rules, sitemaps, unparseable lines) and flags two critical failure modes. It also distinguishes itself from sibling `ai_crawler_access` by explicitly directing AI-crawler queries to that alternative.

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

Usage Guidelines5/5

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

Provides a concrete example ('What does example.com's robots.txt allow?') and an explicit alternative tool for AI-crawler specifics, establishing clear when-to-use and when-not-to-use boundaries. The mention of deindexing flags also signals relevant SEO audit scenarios, giving strong contextual 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/OrtaMarco/seo-geo-mcp-server'

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