Skip to main content
Glama

TunnelMind Data API

sigil_verify_supply_chain

The bid-time contract. Pass the SupplyChain object from an OpenRTB bid request (source.ext.schain) verbatim, plus the originating site domain or app bundle. Sigil verifies, per node and in aggregate:

  • origin ads.txt — the publisher's ads.txt authorizes node[0] (asi + sid).

  • per node — the node's asi sellers.json declares the node's sid.

  • owner-domain — node[0]'s sellers.json seller domain matches the publisher's ads.txt OWNERDOMAIN / MANAGERDOMAIN (spec §3.5.1).

  • schain.complete — an incomplete chain caps the verdict at warn.

OpenRTB field mapping: site.domainsite_domain; app.bundleapp_bundle; source.ext.schainschain. An app_bundle origin's ads.txt check is not_evaluated pending app-ads.txt resolution.

Returns a per-node result array, an aggregate verdict (pass/warn/fail/unknown), recommendations, and a signed sigil_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyerNoOptional. When present and the verdict is not `fail`, Sigil opportunistically records a `buys_through` edge linking the buyer entity to the resolved DSP. Side-effect persistence only — never affects the verdict or response shape, silent on every failure path. Requires `entity_slug` plus one of `dsp_domain` / `dsp_id`.
schainYes
app_bundleNo
site_domainNo

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does well: it discloses the verdict levels (pass/warn/fail/unknown), the effect of incomplete schain.complete, the app_bundle origin behavior ('not_evaluated'), and the components of the return object. It omits explicit side-effect disclosure (e.g., the optional buyer recording is only in schema) and network dependencies, but overall it is transparent.

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 yet information-dense: it opens with a clear context, uses bullet points for the four checks, and ends with the return summary. Each sentence adds value without waste, appropriate for a tool of this complexity.

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?

Despite having no output schema, the description states the return types (per-node array, aggregate verdict, recommendations, sigil_token) and key edge cases (app_bundle ads.txt, schain.complete). It could provide more detail on the per-node result structure or failure modes, but the essential information is present.

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?

Schema coverage is only 25%, but the description compensates by explaining the meaning and source of schain, site_domain, and app_bundle, as well as the mapping from OpenRTB fields. It also clarifies schain.complete semantics. The buyer parameter is already documented in the schema, so the distribution is balanced.

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 specifies the tool's function with a concrete verb ('verifies') and a unique resource ('SupplyChain object from an OpenRTB bid request'), and enumerates four specific checks (origin ads.txt, per node, owner-domain, schain.complete). This clearly distinguishes it from sibling sigil_verify_* tools.

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 phrase 'bid-time contract' establishes the intended context (verification during bid processing), and the description explains required inputs (schain, site_domain or app_bundle) and provides OpenRTB field mapping. It does not explicitly name alternatives or exclusion criteria, but the context is sufficiently clear.

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