Skip to main content
Glama

iota_move_build

Compile Move smart contracts for the IOTA blockchain to verify code correctness and prepare deployment.

Instructions

Build a Move package and report compilation results

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath to Move package directory (default: current dir)

Implementation Reference

  • The `iota_move_build` tool is registered and implemented using a server.tool call. It executes `iota move build` via a helper function `run`.
    server.tool(
      "iota_move_build",
      "Build a Move package and report compilation results",
      {
        path: z.string().optional().describe("Path to Move package directory (default: current dir)"),
      },
      async ({ path }) => text(await run("iota move build", path || undefined))
    );

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