Skip to main content
Glama

onyx_verified_issue

Get your domain Onyx Verified. Onyx runs its published objective checks (live TLS, reachability, no off-domain redirect, registration age disclosed) and, on pass, issues an Ed25519-signed verified record onto the public Observation Log — instantly queryable at /merchant/{domain} — plus a live badge (served by Onyx, so it can't be faked or staled) and a machine-readable status URL agents check before they pay you. Valid 90 days, renewable. This attests your domain PASSED published checks, like a CA certificate — Onyx never claims you are 'honest' or 'safe'; the value is a neutral, verifiable, public presence agents can trust. (price: $2.00 USDC, tier: premium)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to verify, e.g. shop.example.com (your storefront/agent endpoint).
contactNoOptional contact (email/handle) recorded with the issuance for renewal notices.
agent_idNoOptional agent id to cross-link this verified domain to an agent identity.

TDQS

A4.2/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the exact checks performed (live TLS, reachability, no off-domain redirect, registration age disclosed), the output artifacts (Observation Log record, live badge, status URL), the 90-day validity, the limitation that Onyx does not claim honesty/safety, and the badge-serving mechanism to prevent faking. This goes well beyond inferable behavior.

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

Conciseness3/5

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

The description is verbose and includes marketing-style phrasing and an analogy (like a CA certificate). While the core purpose is front-loaded, the text is a dense paragraph with multiple clauses. Some sentences could be tightened without losing important details, so it earns a 3 rather than higher.

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?

The description explains the main outputs and context well, including what happens on pass, the queryable endpoint, the badge, and the status URL. However, there is no output schema and the description does not specify the exact function return value (e.g., JSON success object). Given the tool's side-effect nature, the coverage is strong but not fully complete, so a 4 is appropriate.

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 description coverage is 100%, so baseline is 3. The description does not add significant parameter-specific meaning beyond what the schema already provides for domain, contact, and agent_id. It mentions 'your domain' but does not elaborate on contact or agent_id usage.

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: to get a domain Onyx Verified by running objective checks and issuing a signed record upon pass. It specifies the resource (domain) and the verb (verify/issue), and it distinguishes from sibling tools by focusing on domain verification issuance rather than verification of existing attestations or fact-checking.

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 provides clear usage context: domain owners use this to get verified so agents can trust them before payment. It mentions the use case and even the price/tier, but it does not explicitly name alternatives or exclusions (e.g., when not to use this vs. onyx_attestation_verify), so it stops short of 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

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.