Skip to main content
Glama

MolTrust MCP Server

moltguard_credential_verify

Verify a MoltGuard Verifiable Credential JWS signature.

Checks the Ed25519 signature and returns the credential payload if valid.

Args:
    jws: JWS compact serialization string from a MoltGuard credential

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jwsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are supplied, so the description carries the full burden of behavioral disclosure. It clearly discloses the signature algorithm (Ed25519) and the success behavior (returns payload if valid). It does not specify invalid-signature handling, but the core behavioral contract is well stated.

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 six short lines, front-loaded with the action and followed by the single parameter definition. There is no filler, redundancy, or unnecessary detail.

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?

For a single-parameter verification tool with an output schema present, the description covers purpose, parameter, and core success behavior. The only notable omission is explicit invalid-input handling, but the output schema likely covers error returns, and the tool is simple enough that the description is adequate.

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?

Schema coverage is 0%, so the description must explain the parameter. It defines jws as a JWS compact serialization string from a MoltGuard credential, adding format and source context beyond the bare string type. This adequately compensates for the missing schema description.

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 the exact action: verify a MoltGuard Verifiable Credential JWS signature. It names the resource and the verification mechanism (Ed25519), which distinguishes it from the many sibling verify tools by specific credential scope.

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: use this when you need to validate a MoltGuard credential JWS. However, it does not explicitly mention alternatives or when-not-to-use conditions, despite the long sibling list containing several verify tools. No exclusion guidance is provided.

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.