compile_policy
ActiveTool of MERX - TRON Resource Exchange
Convert a natural language energy management policy into MERX automation. Creates standing orders and monitors based on your instructions. Examples: - "Keep 500k energy on my wallet, buy when price is below 55 SUN, max 200 TRX/week" - "Buy energy every day at 6 AM UTC, 1 million units, for 24 hours" - "Alert me when my energy drops below 100k" Returns a preview of what will be created. Set apply=true to execute.
Parameters schema
{
"type": "object",
"required": [
"instruction"
],
"properties": {
"apply": {
"type": "boolean",
"description": "Set to true to create the standing orders. Default false (preview only)."
},
"address": {
"type": "string",
"description": "TRON address this policy applies to (optional)"
},
"instruction": {
"type": "string",
"description": "Natural language description of the desired automation policy"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries