Skip to main content
Glama

trading_signals

Return a bounded, transparent DEX-volume trading signal from free DefiLlama data. $0.005/call via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoBase
symbolNo

Schema Changelog

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

  1. Added
  2. Removed
  3. Added

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does mention the cost and payment mechanism ($0.005/call via x402), which is useful, but it fails to disclose return shape, read-only safety, data freshness, failure modes, or what 'bounded, transparent' concretely means for the calling agent.

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 a single sentence that front-loads the core purpose and conveys the most important operational fact (cost and payment via x402). There is no filler or redundant restatement of the tool name.

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 output schema, no annotations, and zero parameter documentation, this description is insufficiently complete. An agent knows the gist of the tool but not what the returned signal looks like, what is required to invoke it successfully, or how to interpret the output.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the undocumented parameters. It provides domain context that 'chain' and 'symbol' relate to DEX trading on a chain, but it never explains accepted formats, constraints, default behavior, or how chain and symbol interact. The schema only names them, leaving the agent to guess.

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 uses a specific verb ('Return') and names a concrete resource ('DEX-volume trading signal') plus the data source ('free DefiLlama data'). It clearly indicates what the tool produces, though it does not explicitly contrast itself with sibling tools like crypto_price or token_metrics, so it misses a 5.

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 when to use the tool: when a DEX-volume trading signal derived from DefiLlama data is needed. However, it gives no explicit guidance on when not to use it or which sibling tool would be a better alternative for different signal needs.

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.