Skip to main content
Glama

ton_dex_volume

DEX volume across TON exchanges

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3/5.0
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It merely states a metric without revealing return format, aggregation method, data freshness, or any caveats. The agent cannot anticipate what the tool's response looks like or whether it has side effects, leaving behavior opaque.

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 an ultra-short phrase, with no filler words. It is front-loaded and easy to parse. However, it is so minimal that it borders on under-specification rather than elegant conciseness, hence a slight deduction.

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

Completeness2/5

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

For a tool with no parameters and no output schema, the description is the only source of context. It fails to specify what 'volume' means (e.g., 24h volume, total volume), which exchanges are covered, or the response structure. Given the analytic nature of sibling tools, more detail is needed for an agent to confidently select and use it.

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?

The tool has zero parameters, so the schema provides no fields to explain. The description adds value by clarifying the subject of the data (DEX volume on TON), which helps interpret the hypothetical output. Per the rubric, a baseline of 4 is appropriate for a no-parameter tool.

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?

The description clearly identifies the resource (DEX volume) and scope (TON exchanges), giving the agent a specific idea of what data to expect. However, it lacks a verb (e.g., 'get' or 'list') and does not differentiate itself from sibling tools like ton_defi_yields or ton_network_stats, though the name itself helps.

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 guidance is provided on when to use this tool versus alternatives. The description only states what it returns, with no mention of intended use cases, exclusions, or comparisons to sibling tools. This is a minimal placeholder, not usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool targets a distinct aspect of TON (e.g., bridge flows, DeFi yields, protocol health, transactions) with no overlapping purposes, making selection unambiguous.

Naming Consistency5/5

All tools follow a consistent 'ton_' prefix with descriptive snake_case noun phrases (e.g., ton_network_stats, ton_dex_volume), ensuring predictable naming.

Tool Count5/5

With 11 tools, the count is well-scoped for a blockchain analytics server, covering key aspects without being overwhelming or sparse.

Completeness4/5

The set covers network stats, wallet, transactions, DeFi, DEX, protocol health, stablecoin risk, and jettons, but may lack NFT or staking analytics.