Skip to main content
Glama

iota_cli

Execute IOTA CLI commands for blockchain operations not handled by specialized tools, enabling direct interaction with the IOTA network.

Instructions

Run an arbitrary IOTA CLI command. Use for operations not covered by other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesCLI arguments (e.g. 'client gas' or 'move new my_project')

Implementation Reference

  • Registration and handler implementation for the 'iota_cli' tool, which uses a shell runner function to execute 'iota' binary commands.
    server.tool(
      "iota_cli",
      "Run an arbitrary IOTA CLI command. Use for operations not covered by other tools.",
      {
        command: z.string().describe("CLI arguments (e.g. 'client gas' or 'move new my_project')"),
      },
      async ({ command }) => text(await run(`iota ${command}`))
    );

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