Skip to main content
Glama
M1mino

TON Data MCP Server

get_token_price

Retrieve the current price of a token on STON.fi using its contract address. Enter the token's address to get its price in real-time.

Instructions

Получить цену токена на STON.fi по его контракту. Для TON используй адрес EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
token_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the use of STON.fi DEX and the required address format, but omits details like rate limits, error handling, or authentication. For a simple price query, this is minimal but adequate.

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 two sentences, front-loaded with the core purpose, and contains no redundant information. Every word adds value.

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?

Given the simple nature of the tool (one parameter, output schema exists), the description covers the essentials. It could mention the return format, but the output schema likely provides that. The special TON address adds useful context.

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?

Schema description coverage is 0%, but the description clarifies that the token_address parameter is the contract address and provides an example for TON. This adds meaningful context beyond the schema's bare type definition.

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 verb 'get', the resource 'token price on STON.fi', and the method 'by its contract'. It also provides a specific address for TON, making its purpose distinct from siblings like get_balance and search_tokens.

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

Usage Guidelines4/5

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

The description explicitly notes that the tool fetches prices from STON.fi via contract address and gives a special case for TON. However, it does not mention when not to use it or suggest alternatives like get_balance or search_tokens for other needs.

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/M1mino/ton-mcp-server'

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