Skip to main content
Glama

TunnelMind Data API

traction

Live traction numbers computed from sources the Worker owns: the hash-chained D1 audit log (7-day call volume, distinct identified callers, top operations), the stored-receipt table, and Stripe (succeeded charges → paying customers, gross USD). Ed25519-signed with the same attestation envelope as /v1/status so the numbers can be replayed to an auditor.

Use this tool when:

  • You are evaluating whether anyone actually uses and pays for this API.

  • You need a signed, re-checkable statement of usage rather than a claim.

Returns:

  • traction.usage: calls_7d, identified_callers_7d, anonymous_calls_7d, top_operations_7d — or available:false with a reason.

  • traction.receipts: stored receipt counts (total / 7d).

  • traction.revenue: paying_customers, succeeded_charges, gross_usd, truncated flag when the Stripe page is partial.

  • attestation: Ed25519 signature over the canonicalized traction block.

Cost:

  • Counts as one request against the daily rate limit. Cached 1h.

Latency:

  • Typical: <100ms cached; up to ~2s on a cache miss (one Stripe read).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries full weight and does so thoroughly. It discloses the computation sources, Ed25519 signing, rate-limit cost, 1-hour caching, latency behavior, and edge cases like 'available:false' and a 'truncated' flag. This is far beyond a minimal disclosure.

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 well-structured with clear sections: overview, use cases, return values, cost, and latency. It is front-loaded with the core purpose and then provides detailed but relevant specifics. Every sentence contributes useful operational or semantic context, and the formatting aids readability.

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?

The tool is complex, has no output schema, and no annotations, yet the description fully covers what the tool returns, how the numbers are sourced and signed, what edge cases to expect, cost implications, and latency. An agent has enough context to select and invoke this tool correctly and interpret its results.

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 has zero parameters and an empty schema description, so there are no parameter semantics to explain. Per the rubric, a zero-parameter tool gets a baseline of 4; the description instead focuses on output fields and operational behavior, which is appropriate and valuable.

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 function: it returns live traction numbers (usage, receipts, revenue, attestation) computed from specific owned sources. It includes concrete data fields and is easily distinguishable from sibling tools, which focus on registries, compliance, receipts, or signals rather than aggregate usage/payment metrics.

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 explicitly says when to use the tool ('when you are evaluating whether anyone actually uses and pays for this API' and 'when you need a signed, re-checkable statement'). It does not explicitly describe when not to use it or name alternative tools, so it narrowly misses a 5.

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

B3.3/5.0
Disambiguation2/5

Many tools overlap in purpose, such as cross_lens_verify, cross_lens_lookup, profile_entity, and preflight_should_i_act, which all return node verdicts with subtle differences. Sigil verification tools and receipt-related tools also have similar names and require deep reading to distinguish.

Naming Consistency3/5

The tool names are mostly readable, but the pattern is mixed: some use verb_noun (get_domain, create_subscription) while others use domain prefixes (sigil_*, ghostroute_*, intel_*). Within each domain, naming is consistent, but the overall style lacks uniformity.

Tool Count1/5

With 90 tools, this server is extremely overloaded. Even for a multi-purpose data API, the sheer number overwhelms and makes navigation difficult, far exceeding the typical well-scoped MCP server. The count is an extreme mismatch for the apparent scope.

Completeness4/5

The tool surface is very comprehensive, covering tracker lookup, cross-lens verification, receipts, compliance, subscriptions, tasks, intel probes, and more. Minor gaps exist, such as no batch cross-lens verification, but core workflows are well covered.

Resources