Skip to main content
Glama
Hovsteder

TRON Energy/Bandwidth MCP Server

Build Permission Transaction

build_permission_transaction

Create a transaction to grant PowerSun platform permission to manage your TRON energy/bandwidth resources and optionally vote for SR rewards.

Instructions

Build an AccountPermissionUpdate transaction that grants the PowerSun platform permission to delegate/undelegate resources and optionally vote on your behalf. Returns an unsigned transaction that you must sign with your private key and then broadcast using broadcast_signed_permission_tx. All existing account permissions are preserved. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
poolAddressYesTRON address to grant permissions on (your pool address, T-address format)
includeVoteNoInclude VoteWitness permission for earning SR rewards (default: true)
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses critical safety behavior ('All existing account permissions are preserved'), output format ('Returns an unsigned transaction'), auth requirements ('Requires authentication'), and security-sensitive step ('sign with your private key'). Lacks rate limits or idempotency details.

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?

Four sentences with zero waste: (1) transaction purpose and permissions granted, (2) return value and next-step workflow, (3) safety preservation guarantee, (4) auth requirement. Front-loaded with specific transaction type (AccountPermissionUpdate).

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?

Complete for multi-step blockchain workflow despite missing output schema and annotations. Explains unsigned nature of output, signing requirement, and chain to broadcaster. Could specify what happens if poolAddress lacks initial setup, but sufficient for complexity level.

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 coverage is 100% with detailed field descriptions (T-address format, VoteWitness permission explanation). Description adds semantic context that permissions are granted to 'PowerSun platform' specifically, but schema carries primary semantic load for parameters.

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?

Specific verb 'Build' paired with specific resource 'AccountPermissionUpdate transaction' and scope (grants PowerSun platform permission to delegate/undelegate/vote). Clearly distinguishes from sibling check_pool_permissions (which checks) and broadcast_signed_permission_tx (which broadcasts signed tx).

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?

Explicitly chains to sibling tool by stating user must 'broadcast using broadcast_signed_permission_tx' after signing. Establishes clear workflow order: build → sign → broadcast. Provides implicit 'when' by describing the permission-granting purpose.

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

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