Skip to main content
Glama

iota_wallet_accounts

List all derived wallet accounts to manage IOTA blockchain assets and track balances across multiple addresses.

Instructions

List all derived wallet accounts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'iota_wallet_accounts' tool is registered directly in index.ts, using a 'wallet' helper function to fetch data from the '/accounts' endpoint.
    server.tool(
      "iota_wallet_accounts",
      "List all derived wallet accounts",
      {},
      async () => text(await wallet("/accounts"))
    );

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/Scottcjn/iota-agent-mcp'

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