Skip to main content
Glama

verify_issuer

Get an advisory risk verdict for a validated MCP issuer (iss).

Attach this at your MCP iss validation step: identity is your job, this adds risk. Returns the same signed RiskCheckResult as POST /v1/iss-verdict. Advisory and non-blocking — you decide based on the tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issYes
chainNobase
iss_kindNourl
wallet_addressNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the advisory and non-blocking behavior, signed response type, and equivalence to an API endpoint. It describes the tool as adding a risk layer, giving the agent clear expectations. Minor gap: no mention of error behavior or side effects, but for a verification tool this is reasonable.

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 three short, purposeful sentences. It front-loads the action and adds only essential context. No fluff, clear structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple verification tool with an output schema, the description covers purpose and behavior well. However, it fails to describe 3 of 4 parameters, leaving gaps in operational understanding. The presence of output schema mitigates the need to explain return values, but parameter semantics remain incomplete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It only explains 'iss' as the validated issuer; chain, iss_kind, and wallet_address are left to schema defaults and names, with no added semantic context. This leaves the agent guessing about expected values and meaning.

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 'Get an advisory risk verdict for a validated MCP issuer', identifying the specific verb and resource. It distinguishes from siblings by focusing on issuer risk verdict, as opposed to export_audit_bundle or score_counterparty.

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?

Provides explicit placement guidance: 'Attach this at your MCP `iss` validation step' and clarifies its role: 'identity is your job, this adds risk.' It also notes advisory, non-blocking nature, guiding when to use. However, it doesn't explicitly contrast with sibling tools or state exclusions.

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 distinct operation: exporting an audit bundle, scoring a counterparty, and verifying an issuer. There is no overlap in purpose or action, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (export_audit_bundle, score_counterparty, verify_issuer). The naming convention is uniform and predictable.

Tool Count5/5

With only 3 tools, the set is tightly scoped to the three core functions of the API. Each tool is necessary and earns its place, fitting within the ideal 3-15 tool range.

Completeness5/5

The tool set covers the complete lifecycle for the domain: scoring counterparties, verifying issuers, and exporting compliance-relevant audit data. No obvious gaps exist for the stated purpose of a risk/compliance MCP server.