Skip to main content
Glama

TunnelMind Data API

tracker_verify

The Tracker lens-owned verify surface: a per-node verdict over the normalized DDG Tracker Radar / IAB TCF / Disconnect.me corpus, with an optional signed TunnelMind Receipt v1.0. This is the single-lens ground truth the fused POST /v1/verify cites for its tracker block.

Use this tool when:

  • You need to know whether a domain is tracking/surveillance infrastructure and which entity operates it, without the full cross-lens fusion.

  • You want a signed, offline-verifiable receipt for that single-lens answer.

Inputs:

  • node (path, required): a domain (e.g. doubleclick.net) or an entity slug (e.g. google). IPs and ASNs are not indexable by this lens.

  • receipt (query, optional): true attaches a Receipt v1.0 envelope.

Returns:

  • tracking: true (in the tracker corpus), false (queried, absent), or null (not answerable — ip/asn node or backend unavailable; see reason).

  • tracker: the lens record — domain {category, prevalence, score 0-100} plus operating entity {slug, name, parent_company, industry, sources}, or entity + top_domains when queried by slug.

  • checked_at: ISO 8601 timestamp of the corpus read.

  • receipt: TunnelMind Receipt v1.0 (Ed25519, JCS) when requested.

Cost:

  • Counts as one request against the daily rate limit.

Latency:

  • Typical: <100ms (one or two D1 reads at the edge).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
receiptNo

TDQS

A4.9/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 responsibility for behavioral disclosure. It covers rate-limit cost, latency, null/not-answerable behavior with reason, the optional receipt envelope, and the fact that it reads from the corpus. This goes well beyond the minimal read-only expectation and adds valuable operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is longer than average but is well-structured with clear sections (Use this tool when, Inputs, Returns, Cost, Latency) and front-loads the core purpose. Every section adds information; no genuine fluff exists, though some sections could be tightened for extreme conciseness.

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?

Given the lack of an output schema and annotations, the description is unusually complete. It explains purpose, usage, inputs, return fields (tracking, tracker, checked_at, receipt), edge cases (null with reason, slug vs domain), cost, latency, and the single-lens relationship to fused verify. This is sufficient for an agent to select and invoke the tool correctly.

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

Parameters5/5

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

The input schema has no descriptions (0% coverage), so the description must compensate. It thoroughly explains 'node' (path, required, domain or entity slug, not IP/ASN) and 'receipt' (query, optional, boolean that attaches a Receipt v1.0 envelope), including defaults and effects. This fully resolves parameter meaning.

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 identifies a specific verb+resource: it is the tracker-lens verify surface producing a per-node verdict over named corpora (DDG Tracker Radar, IAB TCF, Disconnect.me). It also distinguishes itself from the fused 'POST /v1/verify' and cross-lens tools, making its unique role explicit.

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?

The description has a dedicated 'Use this tool when' section with two concrete use cases, and explicitly contrasts with 'full cross-lens fusion'. It also states what is not indexable (IPs/ASNs), providing clear guidance on when this tool should be selected over alternatives.

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