Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

magicblock deposit

magicblock_deposit

Deposit SPL tokens from Solana into an Ephemeral Rollup. Build an unsigned transaction, sign with sap_sign_transaction, and submit to the RPC.

Instructions

Build an unsigned transaction to deposit SPL tokens from Solana into an Ephemeral Rollup. Sign with sap_sign_transaction and submit to the RPC indicated by sendTo. Price: $0.05.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintNoSPL mint. Defaults to USDC (mainnet) or devnet USDC
ownerYesWallet pubkey that owns the tokens and will sign
amountYesBase-unit amount to deposit (integer, minimum 1)
clusterNoCluster: 'mainnet', 'devnet', or custom RPC URL
validatorNoOptional ER validator pubkey. Defaults to the selected ephemeral RPC identity.
idempotentNoUse idempotent variants for preparatory init instructions (default true)
initIfMissingNoInitialize the transfer queue if missing (default true)
initAtasIfMissingNoInitialize associated token accounts if missing (default true)
initVaultIfMissingNoInitialize the vault if missing (default true)

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?

The description adds value beyond annotations by disclosing that the tool builds an unsigned transaction (not executing it) and includes a cost. Annotations already cover destructive and idempotent hints. No contradictions.

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 at two sentences, front-loaded with the core action, and includes only essential additional info (signing, submission, cost). Every word earns its place.

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 the presence of an output schema and thorough parameter descriptions, the tool is adequately described. It covers key behavioral steps and cost, though it lacks detail on error cases or prerequisites.

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 coverage is 100%, so the description does not need to add much. It mentions 'SPL tokens' but does not elaborate on defaults or specific parameter usage beyond what the schema already provides.

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 action: building an unsigned transaction to deposit SPL tokens into an Ephemeral Rollup. It distinguishes the tool from siblings like magicblock_withdraw by specifying the direction and destination.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives, nor does it provide conditions or prerequisites. It only mentions follow-up steps (sign and submit), falling short of full usage guidance.

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