Skip to main content
Glama

DJZS Trust MCP

Query DJZS Agent Trust Score

query_agent_trust

Query an agent's DJZS trust score, aggregated on-chain (Base mainnet) from its audit history and indexed via the DJZS subgraph. USE BEFORE delegating work, releasing escrow, or executing agent transactions. Returns totalAudits, pass/fail counts, failRate, latest verdict/risk, and DJZS-S01/DJZS-X01 flag counts. HALT if failRate > 0.3 or DJZS-S01/DJZS-X01 fired more than once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentAddressYesAgent wallet address (0x-prefixed)

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description fully carries the burden. It discloses the on-chain source (Base mainnet, DJZS subgraph), the returned fields, and the halt condition, clearly implying a read-only query with no side effects.

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: two main sentences plus a conditional halt instruction. It is front-loaded with the core purpose and avoids any unnecessary words or repetition.

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?

Given the tool has only one parameter, no output schema, and clear sibling differentiation, the description provides sufficient context: what it does, when to use, what it returns, and a critical halt condition. A minor gap is the lack of error handling details, but overall it is complete.

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 coverage is 100% for the single parameter 'agentAddress', with a clear description in the schema. The tool description does not add further semantic detail beyond what the schema already provides, meeting the baseline for full coverage.

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 it queries an agent's DJZS trust score, aggregated on-chain from Base mainnet, which distinguishes it from the sibling tools (query_pol_certificates, verify_pm_trade) that deal with certificates and trade verification.

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 explicitly says 'USE BEFORE delegating work, releasing escrow, or executing agent transactions' and provides a halt condition for high failRate or repeated flags, giving clear context for when to use it, though it does not explicitly mention when not to use or alternatives.

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.