Skip to main content
Glama

AI 代理人任務中樞

seo__verify_crawler_ip

[搜尋引擎與 AI 爬蟲工具箱]驗證 IP 是否真的來自 Googlebot、bingbot、GPTBot、ClaudeBot、PerplexityBot、Applebot、Baiduspider 等(官方 IP 清單+反查 DNS)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
botNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It usefully discloses the verification methodology (official IP list plus reverse DNS lookup), which tells the agent how a result is derived, but omits what a failure/negative result looks like, whether a bot match is required, and any rate or permission constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence that leads with the toolbox tag and the core action. No filler, though the bracketed category prefix adds little beyond what the seo__ namespace already signals.

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?

With no annotations, no output schema, and 0% schema coverage, the description is thin for a tool whose return value (a verification verdict) matters. Method is covered, but parameter meaning and result shape must be inferred by the agent.

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

Parameters2/5

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

Schema description coverage is 0% and neither parameter is explained. The description's bot list hints at what the optional 'bot' parameter might accept, but it never clarifies whether 'bot' restricts the check to a specific crawler or how it interacts with the required 'ip' string, leaving both params underspecified.

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?

States a specific verb ('verify') and resource ('IP whether it really comes from Googlebot, bingbot, GPTBot...') with the concrete bot list. This distinguishes it from siblings like seo__ai_crawler_list (which enumerates crawlers) and seo__check_site_crawlers (which audits a site), though it does not name those alternatives explicitly.

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 usage (verify a suspected crawler's IP) but never states when to use this versus ai_crawler_list or check_site_crawlers, nor any prerequisites. Usage is inferable from the purpose rather than spelled out.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources