Skip to main content
Glama

Tizona — Australian business identity tools

SHORT KESTREL

check_ai_crawler_access
Read-onlyIdempotent

FREE. Before fetching a URL, learn whether your crawler identity will be served, refused, or met by a paid tollgate (Cloudflare Pay Per Crawl, TollBit, a bare 402) — from a standing census, with the price where published and whether the site varies by user-agent. Unknown URLs return "unknown" and schedule themselves. Bulk: triage_ai_crawler_access. Observational (a datacenter vantage), not a guarantee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe page whose crawler-access posture to look up. http or https.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "url": "https://www.nytimes.com/"
      +  }
      +]
  2. Added

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent annotations, it adds substantial behavior: FREE, observational datacenter vantage, not guaranteed, unknown URLs return unknown and schedule themselves, and it reports published price plus user-agent variation. 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.

Conciseness5/5

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

The description is compact, front-loads the use case, and each sentence carries distinct information: free, purpose, result details, unknown behavior, bulk alternative, and limitation.

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 single-parameter tool with no output schema, the description covers input context, expected outcome categories, unknown handling, pricing/UA nuance, and reliability caveat. An agent has enough to select and invoke it correctly.

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% and there is only one simple parameter whose schema description already explains the URL. The tool description adds situational context but not new semantic detail about the parameter, so baseline 3 is appropriate.

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?

Description states a specific action: before fetching a URL, check whether crawler identity will be served, refused, or met with a paid tollgate. It names the resource (URL/crawler-access posture) and explicitly distinguishes itself from the bulk sibling triage_ai_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 Guidelines5/5

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

Tells the agent when to invoke it ('Before fetching a URL') and points to the bulk alternative ('Bulk: triage_ai_crawler_access'). The 'not a guarantee' caveat also sets expectations for relying on the result.

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