Skip to main content
Glama

Request Withdrawal

request-withdrawal

[Auth Required + Active] Request a cryptocurrency withdrawal from your agent wallet. Pass API key via X-Agent-Key header or Authorization: Bearer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoOptional note
amountYesAmount to withdraw (in USD equivalent)
addressYesDestination wallet address
currencyYesCryptocurrency to withdraw (CHAIN-TOKEN, e.g. ETH-USDT)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / currency / enum
      Previous value: -[
      -  "ETH-ETH",
      -  "ETH-USDC",
      -  "ETH-USDT",
      -  "BTC-BTC",
      -  "TRX-USDT",
      -  "BASE-USDC",
      -  "BASE-ETH",
      -  "BASE-CBBTC",
      -  "ETH-CBBTC",
      -  "POLYGON-POL",
      -  "POLYGON-USDC",
      -  "POLYGON-USDT",
      -  "TRX-TRX"
      -]New value: +[
      +  "ETH-ETH",
      +  "ETH-USDC",
      +  "ETH-USDT",
      +  "BTC-BTC",
      +  "TRX-USDT",
      +  "BASE-USDC",
      +  "BASE-ETH",
      +  "BASE-CBBTC",
      +  "ETH-CBBTC",
      +  "POLYGON-POL",
      +  "POLYGON-USDC",
      +  "POLYGON-USDT",
      +  "TRX-TRX",
      +  "ETH-PYUSD"
      +]
  2. Changed2 schema fields changed
    • changedInput schema / properties / currency / description
      Previous value: -"Cryptocurrency to withdraw"New value: +"Cryptocurrency to withdraw (CHAIN-TOKEN, e.g. ETH-USDT)"
    • changedInput schema / properties / currency / enum
      Previous value: -[
      -  "BTC",
      -  "ETH",
      -  "USDT",
      -  "USDC"
      -]New value: +[
      +  "ETH-ETH",
      +  "ETH-USDC",
      +  "ETH-USDT",
      +  "BTC-BTC",
      +  "TRX-USDT",
      +  "BASE-USDC",
      +  "BASE-ETH",
      +  "BASE-CBBTC",
      +  "ETH-CBBTC",
      +  "POLYGON-POL",
      +  "POLYGON-USDC",
      +  "POLYGON-USDT",
      +  "TRX-TRX"
      +]
  3. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It states that authentication is required and that the tool is for requesting a withdrawal (implying a request, not an immediate execution), but it does not disclose potential side effects (e.g., balance deduction timing), rate limits, or whether the withdrawal is asynchronous.

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 sentence plus a brief authentication note, which is concise and front-loaded. It contains no extraneous information, though a bit more structure (e.g., listing auth requirement separately) could improve readability.

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?

Given the tool has 4 parameters, no output schema, and empty annotations, the description is insufficient. It does not explain what the tool returns (e.g., a request ID, success status), how to monitor the withdrawal, or whether the operation is reversible. The auth and active status hints are useful but do not provide comprehensive context.

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 description adds no additional meaning to the parameters beyond what the schema already provides (e.g., the format of currency, minimum amount, optional note). The authentication header guidance is not parameter-specific.

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 ('Request a cryptocurrency withdrawal') and the resource ('from your agent wallet'). Among sibling tools, no other tool performs withdrawals, so it is well-distinguished.

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 mentions authentication requirements ('Auth Required') and the method to pass the API key, but does not provide guidance on when to use this tool versus alternatives or when not to use it. The sibling list does not contain obvious substitute tools, but explicit usage context is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.