You're viewing a demo portfolio

Join the waitlist
PRSM

wait_for_delegation

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Block until an order reaches a terminal state (FILLED, PARTIAL, FAILED, or CANCELLED) by polling get_order at fixed intervals. Use this right after create_order when you need to confirm the energy/bandwidth has actually been delegated on-chain before sending the next transaction. Returns the final order details including the on-chain delegation tx hash. Auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "order_id"
  ],
  "properties": {
    "order_id": {
      "type": "string",
      "description": "The order UUID returned by create_order."
    },
    "timeout_sec": {
      "type": "number",
      "description": "Maximum time to wait in seconds (default: 60, max: 300)."
    },
    "poll_interval_sec": {
      "type": "number",
      "description": "How often to check status in seconds (default: 3, min: 1)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →