Skip to main content
Glama

DJZS Trust MCP

Verify Prediction-Market Trade Thesis (DJZS pre-execution audit)

verify_pm_trade

Deterministic pre-execution audit of a prediction-market trade thesis, run before capital is committed. USE THIS TOOL before opening, sizing, or increasing any prediction-market position, and whenever a user or an upstream agent asks whether a thesis is sound, carries a falsification condition, or has a sourced probability basis. Audits against the calibrated DJZS-M taxonomy (M01 narrative/resolution gap, M02 falsification absent, M03 probability unsourced, M04 consensus-as-edge advisory) and returns PASS->PROCEED, WAIT->HALT, or FAIL with the flagged defects and a reproducible verdict_hash. DO NOT use to retrieve past verdicts or certificates - use query_pol_certificates for those. DO NOT use for an agent's historical trust score - use query_agent_trust for that. DO NOT use for spot, perpetuals, or equities: out-of-scope submissions are refused WITHOUT CHARGE. Audit before act. Paid tool: 2 USDC per audit via x402 on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentYesFree-text prediction-market trade thesis to audit
agent_addressNoOptional agent wallet (0x). If set, this audit updates that agent's on-chain DJZS trust score
target_systemNoOptional agent/project identifier; becomes the Target-System tag on the anchored PoL certificate

TDQS

A4.3/5.0
Behavior4/5

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

The description carries the burden since annotations only provide a title. It clearly discloses that this is a paid, deterministic audit (2 USDC via x402), that out-of-scope submissions are refused without charge, and that output is a PASS/WAIT/FAIL verdict with a reproducible verdict_hash. However, it does not mention in the main description that supplying agent_address updates the agent's on-chain trust score — a meaningful side effect — though the schema does document it.

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 minimal but every major component earns its place: use case, exclusions, scope, result format, and cost are all clearly demarcated. Minor redundancy like 'Audit before act' and the heavy all-caps emphasis could be tightened slightly.

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 covers the output contract (PASS/WAIT/FAIL with flagged defects and verdict_hash), the charging model, and refusal behavior, which is enough for an agent to invoke it correctly without an output schema. The trust-score side effect and certificate tag are only handled via the schema, leaving small room for improvement.

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 the baseline is 3. The description refers to a 'trade thesis' which maps naturally to the required intent parameter, but it adds no format, syntax, or semantic detail beyond what the input schema already provides.

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 states a specific verb (audit), a precise resource (prediction-market trade thesis), and the exact context (pre-execution before capital is committed). It also explicitly names what it is not for and points to sibling tools, making the tool distinguishable from query_pol_certificates and query_agent_trust without opening schemas.

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?

It gives explicit when-to-use conditions: before opening, sizing, or increasing prediction-market positions, and whenever a thesis soundness, falsification condition, or sourced probability is questioned. It also gives explicit when-not-to-use conditions and names the correct alternatives for past verdicts and agent trust scores.

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 addresses a distinct function: on-chain trust scores, immutable audit certificates, and pre-execution trade verification. The descriptions clearly differentiate their use cases, eliminating ambiguity.

Naming Consistency4/5

Two tools share a 'query_' prefix while the third uses 'verify_', showing a minor inconsistency. However, the pattern is still readable and the verbs are appropriate for their actions.

Tool Count5/5

With only 3 tools, the set is lean and focused on core trust and audit operations. Each tool serves a critical, non-overlapping purpose, justifying its inclusion.

Completeness5/5

The tools cover the essential workflows: querying trust scores, retrieving audit certificates, and verifying trade theses. No obvious gaps for the stated domain of agent trust evaluation and pre-audit.