Skip to main content
Glama
counter-measure

Everclear MCP Server

get_liquidity_flow

Retrieve liquidity flow metrics to analyze capital movement across blockchain networks. Filter by chain and time range for targeted insights.

Instructions

Retrieve liquidity flow metrics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainIdNoFilter by specific chain
timeRangeNoTime range for metrics

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.6/5.0
Behavior2/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 does not disclose whether this is a read-only operation, whether any permissions are required, pagination behavior, or what the output contains. For a retrieval tool with zero annotation coverage, this is a significant gap.

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?

A single, efficient sentence that is front-loaded and contains no waste. It is appropriately sized, though the content is thin.

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?

A retrieval tool with no annotations and no output schema requires the description to explain what is returned and any behavioral traits. The description is too sparse, omitting return format, scope, and usage context, leaving the agent to guess.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents both parameters (chainId and timeRange). The description adds no parameter meaning beyond what the schema provides, which is the baseline expectation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (retrieve) and resource (liquidity flow metrics), so the purpose is identifiable. However, it does not differentiate from siblings like get_clearing_volume, which also retrieves financial metrics, and 'liquidity flow metrics' is vague about what is actually returned.

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 on when to use this tool versus alternatives such as get_clearing_volume. The description provides no context, prerequisites, or exclusions.

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