Skip to main content
Glama

MolTrust MCP Server

moltproof_verdict

Verdict + per-check breakdown for an agent against its committed mandate.

    Read-only. Recomputable from public chain data + the public mandate.

    Args:
        agent: agent address, did:moltrust / did:web, or ERC-8004 reference (public)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

No annotations provided, so the description carries the burden. It explicitly states 'Read-only' and 'Recomputable from public chain data + the public mandate', disclosing that it is a deterministic read operation. It does not cover error handling or rate limits, but the core behavioral trait is disclosed.

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, with the main purpose first, followed by the read-only clarification and a clear args section. Every sentence earns its place, no redundancy.

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 tool has a single parameter, an output schema, and the description covers purpose, parameter formats, and read-only nature. It is complete enough for an agent to invoke correctly; output details are left to the schema. Minor gap: no mention of edge cases, but not critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only defines 'agent' as a string with no description. The description compensates fully by specifying accepted formats: agent address, did:moltrust / did:web, or ERC-8004 reference. This adds significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: return a verdict and per-check breakdown for an agent against its mandate. It distinguishes itself from generic tools, though it does not explicitly name sibling alternatives like moltproof_verify.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when you need the verdict for an agent, but it does not mention alternative tools or when not to use it. No explicit guidance for choosing between this and moltproof_verify.

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.