Skip to main content
Glama

list_tron_witnesses

Retrieve TRON Super Representatives and candidates ranked by votes to analyze block production roles and voter rewards before allocating votes.

Instructions

List TRON Super Representatives (SRs) + SR candidates, ranked by total vote count. Active SRs (rank ≤ 27, isActive: true) produce blocks and distribute the 160 TRX/block voter-reward pool pro-rata to their voters; every witness in the top 127 shares the same APR estimate (pro-rata split of the pool); witnesses ranked > 127 get estVoterApr: 0. APR estimates assume current mainnet constants (3-second blocks, 27 active SRs, 365 days/year) and are best-effort — actual rewards depend on missed blocks and competing voters shifting between your vote tx and reward claim. When address is passed, also returns userVotes, totalTronPower, totalVotesCast, and availableVotes so you can diff against a target allocation before calling prepare_tron_vote. Defaults to top-27 only; pass includeCandidates: true for the long tail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNoOptional base58 TRON address. When provided, the response also includes the wallet's current vote allocation, total TRON Power (frozenV2 sum in whole TRX), and remaining available votes — diff these against your target allocation before building `prepare_tron_vote`.
includeCandidatesNoInclude SR candidates (rank > 27) alongside the active top 27. Candidates don't produce blocks so their voter APR is 0. Defaults to false.
Behavior5/5

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

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It does this exceptionally well by explaining: ranking logic (active SRs rank ≤ 27), reward distribution mechanics (160 TRX/block pool, pro-rata distribution), APR calculation methodology and limitations, default behavior (top-27 only), and how the response changes when address parameter is provided. This provides rich behavioral context beyond basic functionality.

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

Conciseness4/5

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

The description is appropriately sized and front-loaded with the core purpose. Every sentence adds value: the first states purpose, the second explains ranking and rewards, the third covers APR estimates, the fourth explains address parameter benefits, and the fifth clarifies the includeCandidates default. While slightly dense, there's no wasted text and the structure guides the reader from basic to advanced usage.

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

Completeness5/5

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

Given the complexity of TRON staking mechanics and the absence of both annotations and output schema, the description provides comprehensive context. It explains ranking systems, reward distribution, APR calculation methodology, parameter effects on response data, and integration with the voting workflow. This is complete enough for an agent to understand when and how to use this tool effectively in the broader ecosystem.

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 description coverage, the baseline is 3. The description adds meaningful context beyond the schema: it explains that when address is provided, the response includes specific fields (userVotes, totalTronPower, etc.) for allocation comparison, and clarifies that includeCandidates shows 'the long tail' where candidates don't produce blocks. This adds practical usage context that enhances parameter understanding.

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's purpose: 'List TRON Super Representatives (SRs) + SR candidates, ranked by total vote count.' It specifies the exact resource (TRON Super Representatives and candidates) and the verb (list with ranking). It distinguishes itself from sibling tools like 'prepare_tron_vote' by being a read-only information retrieval tool rather than an action tool.

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: 'When `address` is passed, also returns... so you can diff against a target allocation before calling `prepare_tron_vote`.' It also specifies when to use the includeCandidates parameter and distinguishes this tool from voting preparation tools. The guidance is comprehensive and directly addresses the tool's role in the 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