Skip to main content
Glama
VeChain-AI-Terminal

VeChain AI Terminal MCP Server

bridge_create_transaction

Create cross-chain bridge transactions to move tokens between networks, generating wallet-ready signing data via WanBridge API.

Instructions

Create a cross-chain bridge transaction using WanBridge API (section 2.2). Returns transaction data ready for wallet signing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount to bridge (decimal string, e.g., "100.5")
partnerNoPartner identifier for trackingvechain-ai-app
toChainYesDestination chain type
toTokenYesToken address on destination chain
fromChainYesSource chain type (e.g., VET, ETH, BNB)
fromTokenYesToken address on source chain (use 0x0000000000000000000000000000000000000000 for native coins)
toAccountYesRecipient address
fromAccountYesSender address
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the key behavioral trait: the tool returns transaction data for wallet signing, not actually executing the bridge. However, it omits details about fees, prerequisites, or side effects, which are relevant for a creation tool.

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, front-loaded sentence that states the action and the return value. Every word contributes value; there is no redundancy.

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

Completeness3/5

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

The absence of an output schema places importance on describing the return value, which it does at a high level ('transaction data ready for wallet signing'). However, for a complex tool with 8 parameters and no workflow context, it lacks depth about prerequisites or integration with other bridge steps.

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% with all 8 parameters documented, so the baseline is 3. The description adds no extra parameter semantics beyond what the schema provides.

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 it creates a cross-chain bridge transaction using WanBridge API and returns transaction data for wallet signing. This is a specific verb+resource and distinguishes it from sibling bridge tools like bridge_get_quota_and_fee or bridge_check_status.

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 gives a clear context (WanBridge API) but provides no explicit when-to-use guidance or alternatives. It does not differentiate from similar tools like xflows_build_transaction, leaving decision-making to the agent.

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/VeChain-AI-Terminal/vechain-terminal-mcp'

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