Skip to main content
Glama

Crawler IP Verifier - real Googlebot or fake

Paste-ready allowlist or denylist

export_ip_acl
Read-onlyIdempotent

FIRST CALL, needs nothing: {"name":"whoami","arguments":{}} — Turn a set of operators into a config you can paste: nginx geo, nginx allow/deny, Apache, HAProxy, a Cloudflare firewall expression, an ipset script, a Caddy matcher, or a plain CIDR list. Every export carries a provenance header naming each source URL and the mirror time, and reports the rule cost. Example: operators='all', format='cidr-list', action='allow'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoDefaults to allow.
formatNoOutput format. Defaults to cidr-list.
operatorsNoSource slugs, or "all". Defaults to every mirrored source.
ip_versionNoDefaults to both.
variable_nameNoVariable/set name for nginx geo and ipset. Defaults to ai_crawler.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark it read-only, idempotent, and non-destructive. The description adds useful behavioral detail beyond annotations: every export includes a provenance header with source URLs and mirror time, and it reports rule cost. No contradiction 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.

Conciseness3/5

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

The core information is dense and mostly front-loaded, but the 'FIRST CALL, needs nothing: {"name":"whoami",...}' prefix is confusing in a tool description and interrupts the main purpose statement. The rest is reasonably concise.

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?

For a tool with 0 required parameters and a 100%-covered schema, the description is nearly complete: it lists formats, uses a representative example, and explains provenance and cost behavior. The main missing piece is explicit guidance on what the returned text/header looks like, but the provenance statement partly covers that.

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 the schema already documents all five parameters and their enums/defaults. The description adds only a representative example and format-name context, which is useful but not required for parameter understanding.

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 and resource: 'Turn a set of operators into a config you can paste', and enumerates the concrete output formats (nginx, Apache, HAProxy, Cloudflare, ipset, Caddy, CIDR). This clearly separates it from sibling verification/lookup tools.

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 gives clear context for when the tool applies (any need for paste-ready allow/deny config), reinforced by a concrete example. It does not explicitly state when not to use it or name an alternative, and the opening 'FIRST CALL... whoami' prerequisite is cryptic.

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.

TDQS

A3.7/5.0
Disambiguation2/5

verify_my_address and whoami both check the caller's address against published crawler prefixes and take no arguments, making them easy to confuse. verify_batch also overlaps with both for single-address checks, while only the remaining tools (lookup_prefix, range_stats, verification_methods, export_ip_acl) are clearly distinct.

Naming Consistency2/5

The names mix verb-led patterns like verify_batch and export_ip_acl with noun-led names like range_stats and verification_methods, plus command-style whoami and non-domain example. All names are snake_case, but there is no consistent verb_noun convention across the set.

Tool Count4/5

Eight tools is a reasonable size for this verification-focused server and stays inside the ideal 3-15 range. The count is slightly padded by overlapping caller tools and a demo tool, but it is not excessive or thin.

Completeness4/5

The core workflow is covered: batch verification, caller verification, prefix overlap lookup, verification method reference, range statistics, and ACL export. A minor gap is that the server intentionally avoids reverse DNS and offers no refresh/update operation, but these appear to be deliberate scope choices.

Resources