Skip to main content
Glama

Grove's MCP Server for Pocket Network

convert_units

Convert cryptocurrency values between wei, gwei, and eth units for accurate blockchain calculations and transaction analysis.

Instructions

Convert between wei, gwei, and eth units

Input Schema

NameRequiredDescriptionDefault
fromUnitYesSource unit
toUnitYesTarget unit
valueYesValue to convert

Input Schema (JSON Schema)

{ "properties": { "fromUnit": { "description": "Source unit", "enum": [ "wei", "gwei", "eth" ], "type": "string" }, "toUnit": { "description": "Target unit", "enum": [ "wei", "gwei", "eth" ], "type": "string" }, "value": { "description": "Value to convert", "type": "string" } }, "required": [ "value", "fromUnit", "toUnit" ], "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/buildwithgrove/mcp-pocket'

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