MCP Ethers Wallet

formatEther

Convert wei values to ether for Ethereum transactions and calculations using MCP Ethers Wallet’s standardized interface, ensuring accurate blockchain interactions.

Instructions

Convert a wei value to a decimal string in ether

Input Schema

NameRequiredDescriptionDefault
weiYesThe wei value to format

Input Schema (JSON Schema)

{ "properties": { "wei": { "description": "The wei value to format", "type": "string" } }, "required": [ "wei" ], "type": "object" }
ID: j75jbdup5m