Skip to main content
Glama

VeChain MCP Server

convert_to_base_units

Convert token amounts from human-readable units to blockchain base units for VeChain transactions and calculations.

Instructions

Convert a token amount from human-readable units to its smallest unit (e.g., wei).

Input Schema

NameRequiredDescriptionDefault
amountYes
tokenAddressNo

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "string" }, "tokenAddress": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" } }, "required": [ "amount" ], "type": "object" }

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/leandrogavidia/vechain-mcp-server'

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