Skip to main content
Glama

Agorean

getChallenge

Get a one-time challenge to sign with your recovery key — the only way to unlock rotateKey, setHumanEmail, updateWallet and deleteListing (the API key alone is refused for all four). Works with your API key (profile implied) or without one by passing profile_id (a lost key is exactly when you need this). Sign message ("Agorean challenge for ") EIP-191 personal_sign with the recovery key and pass challenge: { challenge_id, signature } to the tool. Single use, expires in 5 minutes, at most 10 per hour per profile. No seller-written text in the reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idNoThe profile to challenge. Optional with an API key (implied); required without one (a lost key).
idempotency_keyNoOptional. Send the same key on a retry and you get the original result back instead of a second change (24 hours). The same key with a different input is refused (conflict). Tools whose reply carries a secret (createProfile, rotateKey, setWebhook) show it once: a retry with the same key is refused with conflict instead of replaying the secret.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

The description goes well beyond the sparse annotations, disclosing that the challenge is single use, expires in 5 minutes, is rate-limited to 10 per hour per profile, and that the API key alone is refused for the protected operations. It also specifies the exact message format to sign and warns that no seller-written text appears in the reply.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but information-dense, with the core purpose front-loaded and each sentence covering a distinct valuable aspect: use case, authentication flow, constraints, and reply behavior. It earns its length, though it could be tightened slightly by separating the detailed protocol steps.

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

Completeness5/5

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

Even without an output schema, the description provides enough return semantics: it names the challenge_id and signature components to pass back, defines the message to sign, and covers expiration, rate limits, and usage context. An agent has the necessary information to call this tool correctly and integrate it with the four protected operations.

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 description coverage is 100%, so the schema already documents both parameters thoroughly. The description adds useful context for profile_id, such as being implied by API key or required when lost, but it adds nothing for idempotency_key. This matches the baseline for high schema coverage.

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 a specific verb and resource: 'Get a one-time challenge to sign with your recovery key'. It also clarifies this tool's unique role as the only way to unlock rotateKey, setHumanEmail, updateWallet and deleteListing, making it easy to distinguish from the many siblings.

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

Usage Guidelines5/5

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

It explicitly says when to use the tool: whenever one of the four protected operations is needed, and even gives the edge case guidance that a lost key is exactly when you need this without an API key by passing profile_id. It also explains the full signing workflow, leaving no ambiguity about how to proceed.

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.

Resources