Skip to main content
Glama
ExpertVagabond

robinhood-chain-mcp

build_l2_to_l1_withdrawal

Build unsigned calldata to initiate an L2 to L1 ETH withdrawal on Robinhood Chain. Note the multi-day challenge period before L1 claim execution.

Instructions

Build an UNSIGNED ArbSys.withdrawEth call to start an L2->L1 ETH withdrawal. Returns calldata only; this server never signs. Note the multi-day challenge period before the L1 claim can be executed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountWeiYes
destinationYesL1 recipient address
Behavior4/5

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

Given no annotations, the description effectively carries the burden by stating the tool does NOT sign and that the withdrawal has a challenge period. It does not cover idempotency, rate limits, or authorization, but the key behavioral traits are disclosed.

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?

Two concise sentences that front-load the main purpose and include essential behavioral notes. Every sentence adds value with no redundancy.

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?

Covers purpose, return type (calldata), and a critical timing caveat. Lacks prerequisites (e.g., being on L2, sufficient balance) or error conditions, but given the tool's simplicity and the sibling tool set, it is largely complete.

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 50% (amountWei lacks description). The description adds context by indicating the call is for ETH withdrawal, implying amountWei is in wei, but does not provide explicit parameter details beyond the schema's destination description.

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?

Clearly states the verb 'Build', resource 'UNSIGNED ArbSys.withdrawEth call', and purpose 'L2->L1 ETH withdrawal'. Distinguishes from sibling tools that are unrelated to L2-to-L1 withdrawals.

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?

Explicitly states that the tool only builds calldata and never signs, and notes the multi-day challenge period. This provides clear context for when to use the tool, though it does not mention alternative tools for signing or executing the withdrawal.

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/ExpertVagabond/robinhood-chain-mcp'

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