Skip to main content
Glama

iota_wallet_reject

Cancel pending IOTA wallet signing requests by specifying the request ID, preventing unwanted transactions from proceeding.

Instructions

Reject a pending signing request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYesID of the pending request to reject

Implementation Reference

  • The iota_wallet_reject tool is registered and implemented directly using a server.tool definition that calls the wallet helper function with a POST request to /reject/{request_id}.
    server.tool(
      "iota_wallet_reject",
      "Reject a pending signing request",
      {
        request_id: z.string().describe("ID of the pending request to reject"),
      },
      async ({ request_id }) => text(await wallet(`/reject/${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