Skip to main content
Glama
BlueprintAIx

@blueprintaix/blueprint-mcp

Official
by BlueprintAIx

Deposit Asset To A Solana Vault

solana-deposit-to-vault

Deposit USD-equivalent assets into a Solana/SVM vault by specifying vault ID, deposit amount in USD, and Solana wallet address.

Instructions

Deposit certain USD-equivalent asset into a vault on Solana/SVM-chain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultIdYesSolana/SVM Vault ID to deposit into
amountUsdYesDeposit amount (USD)
requestIdNoSYSTEM PARAMETER84207182-1283-4067-8c67-ca3d3d57abe0
percentageNoPercentage of holdings to deposit (0-100). Acts as a additional hint along with the amountUsd & amountNative.
amountNativeNoDeposit amount in the lowest denomination of the asset token
solanaWalletAddressYesUser's Solana/SVM wallet address to deposit from
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It only says 'deposit' without explaining that this likely executes an on-chain transaction, may be irreversible, requires wallet connectivity/approvals, or what success/failure looks like. Very limited transparency for a financial transaction tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise, but it is under-specified rather than efficiently complete. It lacks critical context about the deposit process, making it less useful despite its brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, no output schema, and no annotations, the description is inadequate. It does not clarify how the amount parameters work together, what the vault represents, or the transactional nature. The description is far from complete given the tool's complexity.

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 description coverage is 100%, so the baseline is 3. The tool description adds no parameter-level meaning beyond the schema; it does not explain the relationship between amountUsd, amountNative, and percentage. The schema itself provides decent descriptions, but the placeholder 'SYSTEM PARAMETER' for requestId is unhelpful and not compensated.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (deposit) and target (vault on Solana/SVM-chain), which distinguishes it from EVM and Sui deposit tools. However, 'certain USD-equivalent asset' is vague and does not specify which asset or how it is determined, slightly impairing clarity.

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?

Usage is implied by the chain name (Solana/SVM), but no explicit guidance is given about when to choose this tool over sibling tools like 'evm-deposit-to-vault' or 'sui-deposit-to-vault'. The description does not state prerequisites or typical scenarios.

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/BlueprintAIx/blueprint-mcp'

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