Skip to main content
Glama

TunnelMind Data API

tollbooth_export

Free bulk read of the commons — the raw record is never paywalled. Every row is a tollbooth document exactly as its site signed it (Ed25519 over RFC 8785 JCS, key = the row's own site), wrapped in a _commons envelope naming the tier and vouching domain. Nothing in a row requires trusting TunnelMind.

Use this tool when:

  • You want the raw record behind the stats, or to verify it yourself.

  • You are building your own exhibit or comparison over attested sites.

Returns:

  • rows[]: {_commons: {tier, domain, received_at}, receipt | snapshot}.

  • rows_returned, limit, capped (true when the day has more than limit).

Cost:

  • Counts as one request against the daily rate limit. Past days cached 1h.

Latency:

  • Typical: <200ms cached; up to ~1s on a cache miss for a busy day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayNoUTC day, YYYY-MM-DD. Defaults to yesterday.
kindNoreceipts
tierNoattested
limitNoRows to return (JSON form defaults to 200; the NDJSON download at the same URL defaults to 5000).
formatNojson for the {ok,data} envelope (what this tool reads); omit for the NDJSON download.json

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/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 discloses cost (rate limit), caching behavior (1h), latency expectations, and the fact that rows are never paywalled and are signed. Could include pagination or error behavior, but the given details are adequate.

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?

Well-organized with clear sections for use cases, return format, cost, and latency. Every sentence provides value. Easily scannable.

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?

With no output schema and a complex response structure (rows with _commons envelope, receipt/snapshot variants), the description provides a good overview. Could specify pagination behavior (e.g., how to get next page) and handling of the 'capped' flag, but is otherwise complete.

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 60%, with several parameters already documented. The description adds context for 'limit' (JSON vs NDJSON default) and implies the 'format' parameter's role, but does not cover 'kind' or 'tier' beyond their enum values. It partially complements the schema.

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 the tool's purpose: a 'free bulk read of the commons' that returns raw, verifiable records. It specifies the resource (tollbooth documents) and differentiates it from tools like get_receipt (single receipt) or tollbooth_stats (statistics).

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?

Provides explicit 'Use this tool when' conditions and lists what it returns. It does not explicitly exclude alternatives like get_receipt, but the context is sufficient to guide basic selection.

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