Skip to main content
Glama

get_available_unfreeze_count

Read-onlyIdempotent

Check the remaining available unstake operations for a TRON address in Stake 2.0. This returns the count of unfreeze actions still permitted.

Instructions

Get remaining available unstake (unfreeze) operations for an address in Stake 2.0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesWallet address (Base58 or hex)
networkNoNetwork name. Defaults to mainnet.
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover the safety profile. The description adds the Stake 2.0 scope but does not disclose additional behavioral details such as return format or error conditions. No contradiction with annotations.

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 a single, front-loaded sentence with no redundant information. It efficiently communicates the core function.

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 simple read-only tool with two parameters and strong annotations, the description is adequate. It clearly identifies the purpose and scope, though it does not explicitly state the return value format, but the name implies a count.

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 covers 100% of parameters (address and network) with descriptions. The tool description adds no additional meaning beyond the schema, so the baseline of 3 is appropriate.

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 uses a specific verb 'Get' and resource 'remaining available unstake (unfreeze) operations' with a clear scope 'for an address in Stake 2.0'. It accurately reflects the tool name and distinguishes it from sibling unfreeze-related tools by emphasizing the count of operations rather than amounts.

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 phrase 'in Stake 2.0' implies usage context, but the description does not explicitly state when to use this tool over alternatives like get_can_withdraw_unfreeze_amount or unfreeze_balance_v2. No exclusions or alternative tool names are provided.

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/BofAI/mcp-server-tron'

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