Skip to main content
Glama

sol_dex_volume

DEX volume and liquidity across 72 Solana exchanges. $1.6B+ daily volume.

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

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the scope (72 exchanges) and scale ($1.6B+ daily volume), which gives useful context. However, it does not mention data freshness, historical depth, or whether the figure is trailing 24h, leaving gaps in understanding the behavior.

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 short sentences, front-loaded with the core purpose, and includes a high-level statistic for orientation. It wastes no words and earns every element.

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?

For a zero-parameter tool with no output schema, the description provides sufficient context: it names the metric (DEX volume/liquidity), the domain (Solana exchanges), and the scale (72 exchanges, $1.6B+ daily). It lacks detail on return format or time period, but for this complexity, it is nearly complete.

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, and the schema is an empty object with 100% coverage. The description adds meaning by clarifying what the tool returns (volume and liquidity) and its aggregation level, which is more than the schema alone. Since there are no params to document, the description fully covers the semantics.

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 tool provides DEX volume and liquidity data across a specific set of 72 Solana exchanges, making its purpose distinct from sibling tools like sol_defi_yields or sol_network_stats. The verb 'volume and liquidity' and scope '72 Solana exchanges' leave no ambiguity about what is returned.

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

Usage Guidelines3/5

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

The description implies usage for queries about DEX volume and liquidity but gives no explicit guidance on when to choose this over alternatives. There are no exclusions, but also no mention of alternatives or contextual cues like 'use this when you need aggregated DEX metrics.' This is slightly better than no guidance, but not explicit.

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.8/5.0
Disambiguation5/5

Each tool targets a distinct aspect of Solana: network stats, DeFi yields, DEX volumes, protocol health, validators, wallets, tokens, and transactions. Even potentially similar tools like sol_protocol_list and sol_protocol_health are clearly separated by purpose (ranking vs. health metrics).

Naming Consistency5/5

All tools follow a strict sol_<resource> pattern with noun phrases (e.g., sol_bridge_flows, sol_token_risk). This is consistent and predictable, though not verb_noun, the pattern is uniform and readable.

Tool Count5/5

12 tools is well within the ideal range for a Solana data oracle. Each tool covers a meaningful area without redundancy, and the count reflects the complexity of the domain without feeling bloated.

Completeness5/5

The toolset provides comprehensive coverage of Solana ecosystem monitoring: network health, DeFi stats, protocol risk, token risk, wallet analysis, and transaction monitoring. No obvious dead ends or missing critical operations for the purpose of an oracle server.