Skip to main content
Glama
coinpaprika

DexPaprika (CoinPaprika)

Official

getNetworkPoolsFilter

Read-onlyIdempotent

Filter DEX pools on a specified network by volume, liquidity, transaction count, and creation time. Apply min/max constraints and sort results to pinpoint relevant pools.

Instructions

Filter pools by volume, liquidity, transactions, and creation time. REQUIRED: network. OPTIONAL: page, limit, volume_24h_min/max, volume_7d_min/max, liquidity_usd_min/max, txns_24h_min, created_after, created_before, sort_by/order_by, sort_dir/sort.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkYesREQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana')
pageNoOPTIONAL: Page number for pagination (default: 1, 1-indexed)
limitNoOPTIONAL: Number of items per page (default: 50, max: 100)
volume_24h_minNoOPTIONAL: Minimum 24h volume in USD
volume_24h_maxNoOPTIONAL: Maximum 24h volume in USD
volume_7d_minNoOPTIONAL: Minimum 7d volume in USD
volume_7d_maxNoOPTIONAL: Maximum 7d volume in USD
liquidity_usd_minNoOPTIONAL: Minimum pool liquidity in USD
liquidity_usd_maxNoOPTIONAL: Maximum pool liquidity in USD
txns_24h_minNoOPTIONAL: Minimum number of transactions in 24h
created_afterNoOPTIONAL: Only pools created after this UNIX timestamp
created_beforeNoOPTIONAL: Only pools created before this UNIX timestamp
sort_byNoOPTIONAL (preferred): Field to sort by (default: 'volume_24h')
order_byNoOPTIONAL (deprecated alias of sort_by): Field to sort by
sort_dirNoOPTIONAL (preferred): Sort direction (default: 'desc')
sortNoOPTIONAL (deprecated alias of sort_dir): Sort direction
rationaleYesREQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsNo
page_infoNo
Behavior3/5

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

Annotations already declare the tool as read-only, non-destructive, idempotent, and open-world. The description adds no additional behavioral context beyond the parameters. While it does not contradict annotations, it does not enhance transparency further.

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 concise: one sentence stating the purpose followed by a list of required and optional parameters. It front-loads the purpose effectively. However, the list of parameters is lengthy but necessary to indicate available filters.

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

Completeness3/5

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

Given the tool's complexity (17 parameters, many optional) and the presence of a full schema and output schema, the description provides a reasonable summary. However, it lacks details on pagination defaults, sorting behavior, and alias deprecation, which are in the schema but could be highlighted.

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 description coverage is 100%, so the schema already documents all parameters. The description lists required and optional parameters but adds no new meaning or dependencies. It does not clarify aliases like sort_by/order_by, which the schema handles.

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's purpose: filtering pools by volume, liquidity, transactions, and creation time. The verb 'Filter' and resource 'pools' are specific, and the listed criteria distinguish it from other pool-related tools like getNetworkPools.

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?

The description does not provide any guidance on when to use this tool versus alternatives such as getNetworkPools or filterNetworkTokens. It only lists required and optional parameters, but no context on when filtering is necessary or how it compares to other tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/coinpaprika/dexpaprika-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server