Skip to main content
Glama

onyx_merchant_fact_check

Pre-checkout merchant fact oracle. Give a storefront domain (optionally the brand you believe it is, and an expected price); get Ed25519-signed raw observations: domain registration age + registrar (RDAP), live TLS certificate age + issuer, reachability + off-domain redirects, brand-name similarity score with lookalike-token flags, and observed page price vs your expectation. Facts only, method disclosed per field — Onyx never asserts 'legit' or 'scam'; the signature proves the observation is genuine and untampered. (price: $0.25 USDC, tier: premium)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNoOptional brand name you believe this storefront represents (e.g. 'Russell & Bromley'). Enables the brand-similarity observation.
domainYesStorefront domain or URL, e.g. brand-outlet-sale.com or https://shop.example.com/p/1
product_urlNoOptional specific product URL to extract the observed price from (defaults to the domain root).
expected_priceNoOptional price you were quoted/expect. If the page shows a price, the deviation percentage is reported as a fact.

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 fully carries the behavioral disclosure burden. It transparently states that outputs are Ed25519-signed raw observations, facts only, method disclosed per field, and that it never asserts 'legit' or 'scam'. Also discloses the cost ($0.25 USDC, tier: premium) and the integrity guarantee via signature. This is exemplary transparency for a tool of this nature.

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 concise, front-loaded, and every sentence earns its place. It conveys purpose, input, output, behavioral constraints, and pricing in three tightly packed sentences. The parenthetical pricing at the end is a nice touch. No fluff or redundancy.

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?

Despite having no output schema, the description fully explains what the tool returns: domain registration age, registrar, TLS cert age/issuer, reachability, off-domain redirects, brand similarity score, lookalike tokens, and observed price vs expected. It also explains the signature's purpose and the tool's stance. It covers usage context, limitations, and cost, making it complete for a complex tool with no annotations.

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 input schema already provides 100% description coverage for all four parameters. The description adds semantic value by explaining the optional brand enables brand-similarity observation and expected_price enables price deviation reporting. It does not explicitly mention product_url, but the schema covers it. This extra context justifies a 4, slightly above baseline 3.

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 opens with 'Pre-checkout merchant fact oracle', a specific verb+resource that clearly conveys the tool's role. It then enumerates precise observation types (domain registration age, TLS cert age, brand similarity, price deviation) which distinguishes it from siblings like onyx_retail_price_check or onyx_agent_verify. The 'never asserts legit/scam' clarification further sharpens its unique positioning.

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 gives clear context by specifying 'pre-checkout' and explaining optional inputs (brand, expected price) that enable certain observations. It does not explicitly name alternatives or exclusions ('use this instead of...'), but the detailed scope and mention of what it returns imply its appropriate use. Lacks explicit when-not-to-use guidance, hence 4 rather than 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

A4.2/5.0
Disambiguation5/5

Each tool targets a specific aspect of security or verification, from agent liveness to token risk to transaction preflight, with clear descriptions that prevent confusion. Even similar-sounding tools like tx_guard and tx_preflight cover distinct scenarios.

Naming Consistency5/5

All tools follow a consistent 'onyx_<descriptive_name>' pattern using snake_case, making it easy to infer purpose from the name. No mixing of styles or conventions.

Tool Count4/5

23 tools is on the higher end but justified by the broad scope of security services offered, covering many distinct verification needs without being excessive.

Completeness5/5

The tool set provides a comprehensive surface for agent security, including pre-payment checks, smart contract audits, token risk, merchant verification, and identity attestation. No obvious missing operations for the stated purpose.