Skip to main content
Glama

withdraw_funds

Withdraw bsUSD from an AI agent's wallet to any Solana address using the owner key. Specify destination and amount; agent ID and owner key auto-fill from saved credentials.

Instructions

Withdraw bsUSD from an agent's wallet to any Solana address. Requires owner key (auto-loaded from saved credentials).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoThe agent's profile ID. Auto-filled from saved credentials if omitted.
destinationYesDestination Solana wallet address to send funds to.
amountYesAmount of bsUSD to withdraw.
owner_keyNoThe owner key (cfm_own_xxx). Auto-filled from saved credentials if omitted.
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions automatic key loading, but omits details like transaction confirmation, irreversible nature of withdrawals, or potential fees. It is adequate but not comprehensive.

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 sentence that immediately states the core action and key requirement. It is highly concise with no redundant information.

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?

Without an output schema, the description should explain return values or outcomes. It does not mention transaction results, completion status, or error handling. For a financial tool, this missing context leaves the agent uncertain about post-invocation behavior.

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% with clear descriptions for each parameter. The description adds value by stating that the owner key is auto-loaded, which reinforces schema hints. No additional meaning beyond schema is necessary, so a baseline of 3 is appropriate.

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?

Description clearly specifies the action: withdraw bsUSD from an agent's wallet to a Solana address. It uniquely identifies the resource and action, and none of the sibling tools perform a similar operation.

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 indicates the tool requires an owner key which is auto-loaded, providing clear context. However, it does not explicitly state when not to use this tool or suggest alternatives, such as for other tokens or transfers.

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/abcxz/conviction-fm'

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