Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

magicblock challenge

magicblock_challenge

Generates 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

TableJSON Schema
NameRequiredDescriptionDefault
pubkeyYesWallet pubkey that will sign the challenge
clusterNoCluster: 'mainnet', 'devnet', or custom RPC URL

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior4/5

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

Annotations already indicate it is not read-only, not idempotent, not destructive, and open world. The description adds value by specifying that it is part of the PER auth flow, that it generates a challenge for signing, and that it costs $0.01. No contradictions with annotations.

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 extremely concise: a single sentence stating the purpose and step, followed by a brief price note. No redundant words. The information is front-loaded and efficient.

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?

Given that the tool has an output schema (though not shown) and only two parameters with full schema descriptions, the description provides sufficient context. It explains the tool's role in the auth flow and cost, making it complete for an AI agent to select and use correctly.

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?

Both parameters are fully described in the input schema (100% coverage). The description does not add any additional meaning or constraints beyond what the schema already provides. With full schema coverage, a baseline of 3 is appropriate.

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 generates a challenge string for wallet signing and identifies it as step 1 of the PER auth flow. The verb 'Generate' and resource 'challenge string' are specific, and it is easily distinguished from other magicblock tools like magicblock_login or magicblock_balance.

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?

The description provides clear context by indicating this is the first step of the PER auth flow. It does not explicitly mention when not to use it or list alternatives, but the purpose is narrow enough that context implies usage for authentication. Sibling tools further differentiate.

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/OOBE-PROTOCOL/sap-mcp'

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