magicblock challenge
magicblock_challengeGenerates a challenge string for a wallet to sign as part of the PER authentication flow. Requires the wallet's public key.
Instructions
Generate a challenge string for the wallet to sign (step 1 of the PER auth flow). Price: $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pubkey | Yes | Wallet pubkey that will sign the challenge | |
| cluster | No | Cluster: 'mainnet', 'devnet', or custom RPC URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |