Skip to main content
Glama
sentien-labs

VerdictSwarm MCP Server

verify_payment

Read-onlyIdempotent

Verifies a Solana USDC payment for a specific tool call, returning payment status, sender address, and comparison of required versus received amount.

Instructions

Verify a Solana USDC payment for a tool call. Returns verification status, sender, and required vs received amount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tx_signatureYesSolana transaction signature to verify
tool_nameYesName of the tool the payment is for (e.g. scan_token, get_quick_score)
Behavior5/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint, indicating safe, read-only, idempotent behavior. The description adds return value details (verification status, sender, amounts), which complements the annotations without contradiction.

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 a single sentence followed by a list of return values, no filler words. Every sentence adds value, making it highly concise and well-structured.

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 no output schema, the description mentions return fields (status, sender, amounts) but lacks details on structure or types. Still, it provides sufficient context for a verification tool with simple responses. Adequate but not exhaustive.

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%, with each parameter having a description. The tool description adds minimal extra meaning beyond the schema, only contextualizing tool_name as 'the tool the payment is for'. This meets the baseline but does not elevate it.

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 the tool's purpose: verifying a Solana USDC payment for a tool call. It specifies the blockchain and currency, and lists the return values, making it distinct from sibling tools which focus on token analysis.

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 does not provide explicit guidance on when to use this tool versus alternatives, though the sibling tools are unrelated. No when-not-to-use or alternative tool names are mentioned, leaving some ambiguity for an AI agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sentien-labs/verdictswarm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server