You're viewing a demo portfolio

Join the waitlist
PRSM

execute_intent

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

Plan a multi-step operation (transfer, swap, buy resources, etc) and return a cost estimate, total energy/bandwidth needed, and the cheapest resource acquisition strategy. NOTE: actual on-chain execution of multi-step intents is not yet wired up — currently returns the same plan as simulate, regardless of dry_run. Use this for planning; for real execution call the underlying tools (create_order, transfer_trc20, execute_swap) yourself in sequence. Auth required.

Parameters schema

{
  "type": "object",
  "required": [
    "steps"
  ],
  "properties": {
    "steps": {
      "type": "array",
      "description": "Array of { action, params } steps to execute."
    },
    "dry_run": {
      "type": "boolean",
      "description": "If true, simulate only without executing (default: false)."
    },
    "resource_strategy": {
      "enum": [
        "batch_cheapest",
        "per_step",
        "no_resources"
      ],
      "type": "string",
      "description": "Resource acquisition strategy (default: batch_cheapest)."
    }
  }
}

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 →