Skip to main content
Glama

iota_wallet_approve

Approve pending signing requests for IOTA blockchain transactions, enabling secure wallet operations through human confirmation.

Instructions

Approve a pending signing request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesID of the pending request to approve

Implementation Reference

  • The implementation of the iota_wallet_approve tool, which sends a POST request to the /approve/ endpoint of the wallet service.
    server.tool(
      "iota_wallet_approve",
      "Approve a pending signing request",
      {
        request_id: z.string().describe("ID of the pending request to approve"),
      },
      async ({ request_id }) => text(await wallet(`/approve/${request_id}`, "POST"))
    );

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