Skip to main content
Glama

TunnelMind Data API

tollbooth_stats

The public read over the Conduct Log Commons: which agents knocked on attested tollbooth sites in the last 7 days, what they did when offered paid access, and what they would have paid. First-party monitors and credential-scanning recon are classified and EXCLUDED from the headline (reported separately, never conflated). Attested tier only — keys a domain has vouched for via /.well-known/tollbooth-site.json.

Use this tool when:

  • You want to know how AI crawlers actually behave when a site asks them to pay.

  • You need the current commons membership (sites by tier) and the export pointers.

Returns:

  • headline: agents, requests, would_have_paid_usd, robots_respecting_agents.

  • named_ai / other / attack_recon: per-agent rows with sampled paths.

  • receipts: identity-bearing conduct receipts by type.

  • commons: tier, sites {attested, unattested}, export + attest pointers.

Cost:

  • Counts as one request against the daily rate limit. Not cached.

Latency:

  • Typical: 300–1200ms (two D1 reads over the last 7 days).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does it well: it discloses the 7-day window, the attested-tier-only filter, the exclusion of classified monitor/recon data, and the fact that this is a public read. It also adds cost/rate-limit and latency expectations, which is exactly the behavioral context an agent needs.

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 front-loaded with the core purpose, then organized into use-case bullets, return fields, cost, and latency. Each section earns its place and no sentence is filler, despite the length.

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 zero-parameter stats tool with no output schema, this is complete: it defines the data scope, lists every return section, notes exclusions, and states cost/latency. An agent has everything needed to decide whether to call it and what to expect.

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

Parameters4/5

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

The tool takes zero parameters and the schema is an empty object, so there are no parameter semantics to explain. The description instead clarifies the implicit data-scope filters, such as attested tier and 7-day window.

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 names a specific resource ('Conduct Log Commons'), a clear read operation, and the exact data scope: agents knocking on attested tollbooth sites in the last 7 days, their behavior when offered paid access, and would-have-paid amounts. It also draws boundaries (excluded first-party monitors and recon) that distinguish this stats view from nearby tollbooth_export and tollbooth_sites.

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?

Two explicit 'Use this tool when' bullets define concrete triggers: understanding AI crawler behavior at paywalls and retrieving current commons membership/export pointers. There is no explicit 'don't use' or named alternative, but the context is strong enough to route an agent.

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