Skip to main content
Glama
Hovsteder

TRON infrastructure for AI agents.

create_standing_order

Set up automated TRON resource orders triggered by price changes, schedules, or low balances. Define budgets and execution limits to purchase energy, ensure bandwidth, or get notified.

Instructions

Create a server-side standing order with trigger-based automation. Auth required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trigger_typeYesCondition that triggers the order.
trigger_paramsYesTrigger parameters: { resource, threshold_sun } or { cron }.
action_typeYesAction to perform when triggered.
action_paramsYesAction parameters: { resource_type, amount, duration_sec, target_address }.
budget_trxYesMaximum budget in TRX (converted to SUN internally).
max_executionsYesMaximum number of times this order can execute.
expires_atNoISO 8601 expiration date (optional).
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It successfully indicates the server-side persistence and authentication requirement, but lacks critical behavioral details: execution semantics (synchronous vs queued), cancellation mechanisms, idempotency guarantees, or budget enforcement behavior when 'max_executions' is reached.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise with zero waste. Two sentences deliver the core value proposition and authentication requirement. Every word earns its place in this minimal description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Grossly insufficient for a complex 7-parameter automation tool with financial implications (budget_trx). No output schema is provided, yet the description does not explain what the tool returns (e.g., order ID) or how to manage created orders (via list_standing_orders). Missing lifecycle documentation for a persistent server-side resource.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, establishing a baseline of 3. The description adds semantic context by mentioning 'trigger-based automation,' which helps frame the relationship between trigger_type/trigger_params and action_type/action_params, but does not elaborate on parameter formats (e.g., valid cron syntax) beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb (Create) and resource (standing order) with key characteristics (server-side, trigger-based automation). However, it fails to distinguish from siblings like 'create_order' or 'create_paid_order', leaving ambiguity about when to choose this over immediate execution orders.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The only guidance provided is 'Auth required,' which is a prerequisite rather than usage context. There is no indication of when to use this automated approach versus immediate execution tools like 'create_order' or 'ensure_resources', nor any mention of prerequisites like existing account balances.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/Hovsteder/merx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server