Skip to main content
Glama
Hovsteder

TRON Energy/Bandwidth MCP Server

Register Agent

register

Provide your TRON address to begin agent registration. Returns a challenge to sign with your private key, then use the signature to verify and obtain your API key.

Instructions

Start agent registration by providing your TRON address. Returns a challenge string that you must sign with your TRON private key using tronWeb.trx.signMessageV2(). After signing, call verify_registration with the signature to receive your API key. No authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesYour TRON wallet address (T-address format, 34 characters)
Behavior4/5

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

With no annotations, description carries full burden. It discloses the registration flow and authentication requirements (none needed initially). Missing details on error states or expiration, but overall provides sufficient behavioral context.

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, efficiently conveying purpose, steps, and dependency on sibling tool. No wasted words.

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 single parameter and no output schema, the description fully explains the registration process, including next steps and the required signing method. Context is complete for agent decision-making.

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?

Description adds no new info beyond schema's own description for 'address' (both say 'Your TRON wallet address (T-address format, 34 characters)'). Schema coverage is 100%, so baseline is 3; description doesn't elevate it further.

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?

Description clearly states the tool starts registration by providing a TRON address, returns a challenge string to sign, and links to verify_registration. Distinguishes from sibling verify_registration by explicitly mentioning it.

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?

Provides explicit step-by-step process: provide address, sign challenge with tronWeb.trx.signMessageV2(), then call verify_registration. Also states 'No authentication required', guiding correct usage and prerequisites.

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