Skip to main content
Glama

onyx_intel_exchange

0n1x Intel Exchange in one tool (io.0n1x.attestation). Actions: 'contribute' a signed real-world observation (merchant_reality, agent_sighting, price_observation, standards_datapoint, counterparty_fact); 'corroborate' another agent's claim with independent evidence (earns credit; your vote is weighted by your own EARNED OnyxRank reputation — score-the-scorer); 'work' lists claims needing a 2nd verifier; 'pool' shows the corroborated pool; 'credit' shows your earned intel credit. Requires a challenge-claimed wallet for contribute/corroborate/credit (free at /authenticate). Facts + corroboration depth only — never judgments. Every response Ed25519-signed. (price: $0 USDC, tier: free)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNocontribute: observation kind (merchant_reality|agent_sighting|price_observation|standards_datapoint|counterparty_fact).
agentNoYour claimed wallet address or callsign (contribute/corroborate/credit).
limitNowork/pool: max rows (default 25).
actionYesWhat to do on the exchange.
stanceNocorroborate: agree (default) or dispute.
subjectNocontribute: what the fact is about (domain, address, product).
claim_idNocorroborate: the claim to confirm/dispute.
evidenceNoEvidence for a contribution or corroboration (required for disputes).
assertionNocontribute: the observed FACT (never a judgment).

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses important behavioral traits: authentication requirements, the 'score-the-scorer' weighting mechanism, the 'facts only, never judgments' constraint, and that every response is Ed25519-signed. It does not detail side effects of actions (e.g., reversibility), but it goes beyond typical descriptions.

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 a single dense paragraph but each sentence earns its place: action enumeration, authentication requirement, content constraints, and signature detail. The use of semicolons and parentheses packs information efficiently. It could be slightly more structured, but it is not wasteful.

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?

With no output schema, the description partially covers return expectations by describing what each action shows (e.g., 'work lists claims', 'credit shows your earned intel credit'). It also mentions response signing and pricing. However, it lacks explicit output formats and side-effect details, but the action-level outcomes given are sufficient for a functional understanding.

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 schema covers all 9 parameters with descriptions (100% coverage), so the baseline is 3. The description adds value by clarifying parameter usage context (e.g., 'agent' for wallet address/callsign, 'evidence required for disputes', 'limit' for work/pool) and explaining the role of each action, which complements the schema without redundancy.

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 the tool as an Intel Exchange with multiple explicit actions ('contribute', 'corroborate', 'work', 'pool', 'credit'), each with a specific purpose. It uses a specific verb+resource structure and distinguishes the tool from siblings by being a multi-action exchange, unlike the more specialized sibling 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 description provides clear guidance on when to use each action (e.g., 'work lists claims needing a 2nd verifier', 'pool shows the corroborated pool') and mentions prerequisites ('Requires a challenge-claimed wallet for contribute/corroborate/credit'). It does not explicitly name alternative tools, but the unique action set implies when this tool is the right choice.

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.