Skip to main content
Glama
avansaber

SEOMonster

by avansaber

robots_txt_validate

Read-onlyIdempotent

Validate robots.txt rules by fetching and parsing a site's robots.txt. Optionally probe specific URLs against user-agent groups to determine allow or deny verdicts.

Instructions

Fetch /robots.txt for a site, parse user-agent groups + Allow/Disallow + Crawl-delay + Sitemap, and return the structured ruleset. Optionally probe a list of (user_agent, url) pairs and return per-probe allow/deny verdicts using RFC 9309 longest-match.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probesNoOptional list of (user_agent, url) pairs to verdict against the rules.
site_urlYesAny URL on the target host; /robots.txt is fetched relative to it.
Behavior5/5

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

Description adds significant behavioral context beyond annotations: fetching, parsing rules, using RFC 9309 longest-match for probing. Annotations already declare readOnly, idempotent, safe; description enriches with exact behavior.

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?

Two sentences, front-loaded with main action, no redundancy. Every sentence is necessary and informative.

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?

Given 2 parameters, 100% schema coverage, no output schema but description explains outputs (structured ruleset, per-probe verdicts). Complete for a parsing/probing tool.

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

Parameters5/5

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

Schema has 100% coverage; description adds meaning: site_url is relative for fetching, probes return 'allow/deny verdicts using RFC 9309 longest-match'. This enriches parameter understanding beyond 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 clearly states the tool fetches /robots.txt, parses user-agent groups, Allow/Disallow, Crawl-delay, Sitemap, and optionally probes URL pairs. It distinguishes from siblings like robots_ai_posture which focuses on AI posture.

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?

Purpose is clear: validate robots.txt and optionally probe URLs. While no explicit when-not or alternatives are given, the context among siblings (robots_ai_posture, cf_managed_robots) implies it's for parsing and verification.

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/avansaber/seo-monster'

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