Skip to main content
Glama
BlueprintAIx

@blueprintaix/blueprint-mcp

Official
by BlueprintAIx

Withdraw Asset From An EVM Vault

evm-withdraw-from-vault

Withdraw USD-equivalent assets from an EVM vault on chains like Ethereum, Polygon, Base, and Optimism. Specify vault ID, USD amount, and receiving wallet address to execute.

Instructions

Withdraw certain USD-equivalent asset from a vault on Ethereum/EVM chains, including: mainnet, polygon, base, optimism, arbitrum, hyperliquid, plasma

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vaultIdYesEthereum/EVM Vault ID to withdraw from, in the format of {chainId}:{vaultAddress}, example: 8453:0xx...yy...zz
amountUsdYesWithdrawal amount (*USD*)
requestIdNoSYSTEM PARAMETERf1a5a8db-f8d0-4fb2-b1e1-8957e4d1b92a
amountNativeNoWithdrawal amount in the lowest denomination of the share token
evmWalletAddressYesUser's EVM wallet address to receive withdrawn funds
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It only states the action and chain scope, omitting critical details such as whether this is an on-chain transaction, permissions required, side effects, reversibility, or execution status. This is a significant transparency gap for a withdrawal tool.

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

Conciseness4/5

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

The description is a single concise sentence, front-loaded with the action and resource, and efficiently lists the chain scope. While it could be considered slightly vague, it contains no unnecessary filler, earning a high score for structure.

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?

The description is incomplete for a multi-parameter withdrawal tool. It does not explain the relationship between amountUsd and amountNative, the purpose of requestId, or any prerequisites or failure behavior. With no output schema and sparse annotations, this leaves the agent under-informed about edge cases and execution details.

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?

The input schema covers 100% of parameters, and the description adds no additional meaning beyond the schema. The baseline of 3 is appropriate because the schema already documents each parameter, so the description does not need to compensate, but it also contributes nothing extra.

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 action (withdraw) and the resource (vault), and explicitly scopes it to Ethereum/EVM chains with a list of supported networks. This distinguishes it from sibling tools targeting Solana or Sui, making the tool's purpose unambiguous.

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 specifying the supported EVM chains, which implies when this tool should be used. However, it does not explicitly mention alternatives or exclusion criteria (e.g., 'use solana-withdraw-from-vault for Solana'), so it falls short of a fully explicit guideline.

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