Skip to main content
Glama

prepare_tron_freeze

Lock TRX tokens to gain bandwidth for transfers or energy for smart contracts and voting power on the TRON network. Requires pairing with voting tools to earn rewards.

Instructions

Build an unsigned TRON Stake 2.0 FreezeBalanceV2 transaction. Locks TRX to earn bandwidth (fuels plain transfers) or energy (fuels smart-contract calls) and gains proportional voting power. IMPORTANT: freezing alone does NOT accrue TRX rewards — claimableRewards (see get_tron_staking) only grows after the user also votes for a Super Representative. Pair this tool with list_tron_witnesses + prepare_tron_vote for the full reward-earning flow. Unlocking requires a 14-day cooldown via prepare_tron_unfreeze + prepare_tron_withdraw_expire_unfreeze. Returns a preview + opaque handle; forward via send_transaction for USB-HID signing on the paired Ledger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesBase58 TRON owner address (prefix T).
amountYesTRX amount to freeze as a human-readable decimal string (converted to SUN internally).
resourceYesWhich Stake 2.0 resource to freeze/unfreeze TRX for. `bandwidth` fuels plain transactions; `energy` fuels smart-contract calls.
Behavior4/5

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

With no annotations provided, the description carries full burden and does an excellent job disclosing behavioral traits: it explains the 14-day cooldown for unlocking, the need for USB-HID signing via send_transaction, the return format (preview + opaque handle), and the reward mechanism limitations. It doesn't mention rate limits or specific error conditions, but covers most critical behavioral aspects.

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?

The description is efficiently structured with zero waste: first sentence states the core purpose, subsequent sentences add crucial behavioral context and workflow guidance. Every sentence earns its place by providing essential information about limitations, prerequisites, and next steps in the transaction flow.

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

Completeness4/5

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

For a complex transaction-building tool with no annotations and no output schema, the description does remarkably well: it explains the purpose, behavioral constraints, workflow dependencies, and next steps. It could potentially detail the return structure more explicitly given no output schema, but covers most critical context for proper tool usage.

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?

Schema description coverage is 100%, providing complete documentation for all three parameters. The description adds minimal value beyond the schema, only briefly mentioning the resource parameter's purpose (bandwidth for plain transfers, energy for smart-contract calls) which is already in the schema. Baseline 3 is appropriate when schema does the heavy lifting.

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

Purpose5/5

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

The description clearly states the tool builds an unsigned TRON Stake 2.0 FreezeBalanceV2 transaction, specifying it locks TRX to earn bandwidth or energy and gains voting power. It distinguishes from siblings by focusing on TRON-specific freeze operations, unlike other prepare_* tools for different protocols or actions.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool, including prerequisites (pairing with list_tron_witnesses + prepare_tron_vote for rewards), exclusions (freezing alone doesn't accrue TRX rewards), and alternatives (prepare_tron_unfreeze + prepare_tron_withdraw_expire_unfreeze for unlocking). It clearly differentiates from sibling tools in the TRON staking workflow.

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/szhygulin/vaultpilot-mcp'

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