Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

magicblock requestRandomness

magicblock_requestRandomness

Generate provably fair randomness on Solana via MagicBlock VRF oracle. Creates an unsigned transaction for your program's callback.

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. Use sap_preview_transaction, sap_sign_transaction, and sap_submit_signed_transaction; do not create local signing scripts. The oracle queue defaults to the base-layer queue (Cuj97ggrhhidhbu39TijNVqE74xvKJ69gDervRUXAxGh); set ephemeral=true to use the ER queue for delegated programs. Builder fee applies.

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 readOnlyHint=false, idempotentHint=false, openWorldHint=true, and destructiveHint=false. The description adds that it builds an unsigned transaction (not executing it), references the VRF oracle address, and mentions builder fee. This provides useful context beyond the annotations, such as the transaction-building nature and oracle queue defaults.

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 a single focused paragraph that front-loads the core purpose, then covers workflow, queue defaults, and fee. Every sentence adds value without redundancy or fluff.

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 an output schema exists (so return values are not needed), the description covers all essential aspects: what the tool does, how to use it with SAP tools, key parameters, and the builder fee. It is sufficient for an agent to invoke the tool correctly.

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?

All 7 parameters are documented in the input schema (100% coverage). The description adds value by explaining that 'callerSeed' is committed before randomness production, and that 'ephemeral=true' switches to the ER queue. This context goes beyond the schema's 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 requests provably fair on-chain randomness from the MagicBlock VRF oracle, building an unsigned transaction. It uses a specific verb ('request') and resource ('randomness'), and distinguishes it from sibling tools like magicblock_getRandomnessResult by focusing on the request action.

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 explicitly instructs to use sap_preview_transaction, sap_sign_transaction, and sap_submit_signed_transaction, and warns against creating local signing scripts. It also mentions the oracle queue default and ephemeral option. However, it does not explicitly compare with alternatives or state when not to use this tool.

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