Skip to main content
Glama
AutomateLab-tech

Citation Intelligence MCP

crawler_access_audit

Verifies AI crawler access to a URL by parsing robots.txt and performing live GETs, surfacing blocks and gating that impede citation.

Instructions

Verify that major AI crawlers (GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, CCBot, Google-Extended, Applebot-Extended, Bytespider, Meta-ExternalAgent, plus real-time fetch UAs) can fetch a URL. Parses robots.txt and does a live GET with each bot's User-Agent. Surfaces robots.txt blocks AND UA-based gating that breaks AI citation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to test for AI crawler access.
botsNoOverride the default bot list. Each entry is a User-Agent token (e.g. 'GPTBot', 'ClaudeBot').
fetch_with_uaNoIf true, do a live GET as each bot's User-Agent and report status. Disable to only parse robots.txt (no extra requests).
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that the tool parses robots.txt and performs live GET requests with each bot's User-Agent, surfacing both robots.txt blocks and UA-based gating. However, it does not mention potential impacts such as rate limits or server log implications.

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, front-loaded with the main purpose, and each sentence provides essential information without unnecessary detail.

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 description explains what the tool does but lacks details about the output format or return values. Given the complexity (multiple bots, live fetch) and no output schema, the description should mention what the user can expect as a result (e.g., a list of blocks vs. successful fetches).

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%, so baseline is 3. The description adds context about the default bot list and the behavioral effect of 'fetch_with_ua' but does not add significant meaning beyond the schema descriptions.

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 it verifies AI crawler access, lists specific bots, and explains it parses robots.txt and does live GET requests. This differentiates it from siblings like 'check_citations' or 'citation_evidence' which focus on citations, not crawler access.

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 implicitly tells users to use this tool to verify AI crawler access for a URL. It doesn't explicitly state when not to use or name alternatives, but the context of sibling tools makes it clear this is the appropriate choice for crawler access auditing.

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/AutomateLab-tech/citation-intelligence'

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