Skip to main content
Glama

Wever Pay Agent Discovery Mesh

Request Participant Challenge

request_participant_challenge

When lifecycle state is ACTIVE, request a five-minute server-signed Ed25519 challenge for any schema-valid agent.external. registration without an owner secret, digest pin, payment, or approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registrationRequestYes

TDQS

A4/5.0
Behavior4/5

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

Annotations only indicate non-read-only, open-world, non-destructive behavior. The description adds meaningful traits: the challenge is server-signed, Ed25519, valid for five minutes, and available for schema-valid registrations. It does not state whether the request persists server-side or whether the challenge is single-use, but the described behavior is materially transparent.

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?

A single sentence, front-loaded with the lifecycle condition, then the precise resource and exclusions. Every clause contributes either trigger context, eligibility, or the challenge type.

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?

Given the high complexity of the nested registrationRequest and the lack of an output schema, the description is informative but incomplete: it does not explain what the response contains, how the challenge is later used, or what makes the lifecycle ACTIVE. The nested schema descriptions help partially, but the tool-level guidance still leaves an agent to infer important calling context.

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?

The schema description coverage is reported as 0%, and the tool description adds no parameter-level meaning beyond 'schema-valid registration'. The single registrationRequest parameter is a deeply nested object with many required fields, so the description should compensate for the missing parameter documentation but does not.

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 names a specific verb and resource: request a five-minute server-signed Ed25519 challenge for a schema-valid agent.external registration. It also gives distinguishing eligibility conditions ('without an owner secret, digest pin, payment, or approval') that separate this challenge request from the full participant completion flow.

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?

It explicitly states when the tool applies: when lifecycle state is ACTIVE, and for registrations lacking owner secret, digest pin, payment, or approval. It does not name alternative tools or provide when-not-to-use guidance, so it misses the top bar.

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

C2.8/5.0
Disambiguation2/5

The set has multiple near-synonymous read and recovery surfaces, e.g. get_commerce_purchase_status vs get_purchase_recovery_status vs recover_authorized_purchase vs recover_commerce_purchase, and discover_assurance_services vs discover_commerce_index vs get_discovery_manifest vs search_verified_offers. Long descriptions are required to tell them apart, so misselection is likely.

Naming Consistency4/5

All names follow a readable snake_case verb_noun pattern, with get_, request_, create_, verify_, and recover_ prefixes used consistently. The main deviation is read operations split across get_/discover_/inspect_/search_/list_, which is still understandable but not perfectly uniform.

Tool Count1/5

At 50 tools this is in the extreme-mismatch band for an MCP server. Even with a broad payment/commerce/discovery domain, dozens of get/status/recovery tools could be consolidated or parameterized.

Completeness4/5

The toolset covers the major lifecycles: registration, wallet, funding, payment, commerce offer/purchase/fulfillment/refund, mandates, and verification. Minor gaps such as no service unregister/update, no payment-request cancellation, and no wallet deletion are workable but not fatal.

Resources