Skip to main content
Glama

LION Trend Intent MCP

lion_adaptive_data_query

LION Adaptive Data Fabric: ONE typed x402 query endpoint that adapts to any agent request over live Base on-chain data, covering multiple verticals from one call. Query params: source (base_dex | token_risk | defi_yields), token (0x address; for token_risk / single-token base_dex), sort (activity|volume|liquidity|age), limit, min_liquidity, max_age_hours, fields (output projection), q (free-text intent). base_dex = ranked active Base tokens (liquidity, volume, price-change, pair-age, activity_score) via DexScreener; token_risk = token security card (honeypot, buy/sell tax, mintable, owner, holders + mechanical risk_flags) via GoPlus; defi_yields = Base DeFi pools ranked by TVL with APY via DefiLlama. Free self-describing capability manifest at the same URL with ?describe=1 (no payment). Returns typed JSON rows + freshness fields (as_of, data_age_seconds, confidence, source_provider). Public keyless data, no API key. Raw public market data only - not financial or investment advice. Pay 0.005 USDC on Base via x402; tools/call returns payment-required metadata only, settle at the paid route to fetch the live JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text intent (echoed; reserved for semantic routing).
sortNoRanking key.
limitNoMax rows.
tokenNoBase token address; required for token_risk, optional for base_dex single-token lookup.
fieldsNoComma-separated output field projection.
sourceNoWhich live data vertical to query. Default base_dex.
max_age_hoursNoFilter: max pair age in hours (base_dex).
min_liquidityNoFilter: minimum liquidity/TVL in USD.

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: payment via x402 (0.005 USDC), returning payment-required metadata at the paid endpoint, typed JSON with freshness fields, and that it's raw market data not financial advice. No contradictions.

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 front-loaded with core purpose, then lists parameters, explains sources, payment, and return. It is comprehensive but slightly verbose; each sentence contributes, but some redundancy (e.g., repeated mention of 'x402') could be trimmed.

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 no output schema, the description adequately covers return values (typed JSON rows, freshness fields) and payment flow. It explains all parameters and sources. An example return structure would improve completeness, but current level is sufficient.

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 coverage is 100%, so baseline is 3. The description adds significant value by explaining what each source returns (e.g., DexScreener, GoPlus, DefiLlama) and the role of the 'q' parameter (free-text intent). This exceeds baseline.

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 as a unified query endpoint for three on-chain data verticals. It uses a specific verb ('query'/'adapt') and distinguishes itself by covering multiple verticals from one call, differentiating from sibling tools that are likely single-purpose.

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 explains each data source and when to use them (e.g., base_dex for ranked tokens, token_risk for security card, defi_yields for DeFi pools). It does not explicitly exclude sibling tools but provides clear usage context and hints at self-describing capabilities via ?describe=1.

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

A4.1/5.0
Disambiguation2/5

The adaptive_data_query tool overlaps with base_dex_signals_json by offering DEX data, and the two trend_intent_signal tools differ only in format (CSV vs JSON), causing ambiguity about which tool to use. The payment audit tool is distinct, but overall the boundaries are unclear.

Naming Consistency4/5

All tools use a consistent 'lion_' prefix and snake_case. However, some tools specify the output format (e.g., '_json', '_csv') while others do not (e.g., 'adaptive_data_query'), creating minor inconsistency. Overall, the pattern is predictable.

Tool Count5/5

With 5 tools covering data queries, DEX signals, payment readiness, and trend signals, the count is well-scoped for the server's purpose. Each tool serves a clear function without excessive redundancy in number.

Completeness4/5

The tool set covers the main use cases: general on-chain data querying, dedicated DEX signals, payment term audits, and trend intent signals. The redundancy between adaptive_data_query and base_dex_signals_json, and the two trend signal formats, is minor. No major gaps are apparent.

Resources