Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

magicblock requestRandomness

magicblock_requestRandomness

Request provably fair on-chain randomness from MagicBlock VRF by building an unsigned transaction. The caller signs and submits to Solana; supports base-layer or ephemeral rollup queue.

Instructions

Request provably fair on-chain randomness from the MagicBlock VRF oracle (Vrf1RNUjXmQGjmQrQLvJHs9SNkvDJEsRVFPkfSQUwGz). Builds an unsigned transaction that invokes request_randomness on the VRF program. The caller must sign with sap_sign_transaction and submit to Solana. The oracle queue defaults to the base-layer queue (Cuj97ggrhhidhbu39TijNVqE74xvKJ69gDervRUXAxGh); set ephemeral=true to use the ER queue for delegated programs. Price: $0.05.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payerYesWallet pubkey that will pay for the request and sign the transaction
endpointNoMagicBlock Router endpoint: 'mainnet' or 'devnet'
ephemeralNoUse the Ephemeral Rollup oracle queue instead of the base-layer queue (default false)
callerSeedYesSeed string for the VRF request — committed before randomness is produced. The seed is hashed to 32 bytes.
callbackAccountsYesAccounts to pass to the callback instruction
callbackProgramIdYesProgram ID of the callback program (the program that will consume the randomness)
callbackDiscriminatorYesBase58 or hex discriminator for the callback instruction in your program

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 indicate the tool is not read-only (write) and not idempotent. The description adds that it builds an unsigned transaction requiring signing and submission, and mentions a cost of $0.05. No contradiction with annotations. Provides useful behavioral context beyond 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 very concise: four sentences, no wasted words. It is front-loaded with the purpose and efficiently covers purpose, process, options, and cost.

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 7 parameters and an output schema, the description covers the core process, signing requirement, oracle queue options, and cost. It does not elaborate on error cases or edge cases, but is sufficient for an agent to understand how to use the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds meaning by explaining the ephemeral parameter's effect (use ER queue) and the oracle queue defaults. This provides valuable context beyond the schema descriptions.

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: 'Request provably fair on-chain randomness from the MagicBlock VRF oracle.' It specifies the verb 'request' and the resource 'randomness', distinguishing it from sibling tools like magicblock_getRandomnessResult.

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 explains that the tool builds an unsigned transaction which the caller must sign and submit, and mentions the need to use sap_sign_transaction. It also provides guidance on when to set ephemeral=true. While it doesn't explicitly list when not to use, the context is clear.

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