Skip to main content
Glama
Hovsteder

TRON Energy/Bandwidth MCP Server

Auto-Selling Config

get_auto_selling_config

Retrieve current auto-selling configuration for TRON resource pools, including sold resources, duration constraints, and reserve settings.

Instructions

Get current auto-selling configuration for your pools. Shows which resources are being sold, duration constraints, and reserves.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It partially compensates by listing what data is returned ('resources', 'duration constraints', 'reserves'), but omits safety traits (read-only nature), error conditions, or side effects that annotations would typically cover.

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 efficient sentences with zero waste. Front-loaded with action verb and no filler text. Every clause earns its place by specifying scope or return value details.

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?

Adequate for a parameterless getter despite missing output schema. The description enumerates the configuration aspects returned (resources, constraints, reserves), providing sufficient context for invocation without requiring parameter guidance.

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?

Zero parameters present; per rubric baseline is 4. Schema coverage is trivially 100% with no properties to describe.

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

Purpose4/5

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

States specific verb ('Get') and resource ('auto-selling configuration') with scope ('for your pools'). Implicitly distinguishes from sibling 'configure_auto_selling' by being a getter versus setter, though explicit contrast would strengthen this.

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

Usage Guidelines2/5

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

No explicit guidance on when to use versus alternatives like 'configure_auto_selling' or what prerequisites exist (e.g., needing registered pools). Agent must infer usage from the verb 'Get' alone.

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