Skip to main content
Glama
Hovsteder

TRON infrastructure for AI agents.

create_paid_order

Create zero-registration orders for TRON Energy or Bandwidth using x402 pay-per-use. Specify resource type, amount, duration, and target address to delegate resources immediately.

Instructions

Create a zero-registration order via x402 pay-per-use. Requires TRON_PRIVATE_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_typeYesResource type
amountYesAmount of resource units
duration_secYesDuration in seconds
target_addressYesTRON address to receive resources
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 of behavioral disclosure. It successfully indicates the payment model ('x402 pay-per-use') and authentication requirements ('TRON_PRIVATE_KEY'), but omits critical operational details such as whether the operation spends funds immediately, error handling, idempotency, or return value structure.

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?

Two sentences with zero waste: the first front-loads purpose and mechanism, while the second states prerequisites. Every word earns its place with no redundancy or tautology.

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

Completeness3/5

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

Given the lack of annotations and output schema, and the existence of similar sibling tools (create_order, create_standing_order), the description should explicitly differentiate usage scenarios. It mentions the 'zero-registration' characteristic but does not explain the trade-offs or outcomes compared to alternatives.

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

Parameters4/5

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

With 100% schema coverage, the baseline is 3. The description adds value by documenting an implicit requirement ('TRON_PRIVATE_KEY') not present in the input schema, alerting the agent to necessary environment configuration. However, it does not elaborate on parameter formats or constraints 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 action ('Create') and resource ('zero-registration order') with specific protocol context ('x402 pay-per-use'). However, while 'zero-registration' implicitly distinguishes this from sibling 'create_order', it does not explicitly name the alternative or clarify when to choose between them.

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

Usage Guidelines3/5

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

The description identifies a critical prerequisite ('Requires TRON_PRIVATE_KEY'), which helps the agent understand setup requirements. However, it fails to provide explicit guidance on when to use this tool versus siblings like 'create_order' or 'create_standing_order'.

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