Celina/Tools/Account/get-account
readAccountHosted · Stdio

Get Account

get_account

Returns the native CELO balance, current nonce, and whether the address is a contract on Celo mainnet. Omit address on local stdio when CELO_PRIVATE_KEY is set to use the configured signer.

§ Inputs

NameTypeDescription
addressstringWallet on Celo mainnet. Omit to use the connected wallet or the configured MCP signer (CELO or Self agent).

§ Returns

{ balance (wei + formatted), nonce, isContract }

§ Try saying

  • How much CELO does 0x… hold?
  • What is my CELO balance?

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_account automatically.