Skip to main content
Glama
coinpaprika

DexPaprika (CoinPaprika)

Official

filterNetworkTokens

Read-onlyIdempotent

Filter tokens on a specified blockchain network by criteria such as 24h volume, liquidity, FDV, transactions, and creation time.

Instructions

Filter tokens by volume, liquidity, FDV, transactions, and creation time. REQUIRED: network. OPTIONAL: page, limit, volume_24h_min/max, liquidity_usd_min, fdv_min/max, txns_24h_min, created_after/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
liquidity_usd_minNoOPTIONAL: Minimum token liquidity in USD
fdv_minNoOPTIONAL: Minimum fully diluted valuation in USD
fdv_maxNoOPTIONAL: Maximum fully diluted valuation in USD
txns_24h_minNoOPTIONAL: Minimum number of transactions in 24h
created_afterNoOPTIONAL: Only tokens created after this UNIX timestamp
created_beforeNoOPTIONAL: Only tokens 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 readOnlyHint=true, destructiveHint=false, idempotentHint=true, covering safety and idempotency. The description adds no new behavioral context such as pagination limits or rate limiting beyond what the input schema provides, so the added value is minimal.

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?

Two short, front-loaded sentences: first states the purpose, second lists required and optional params. No extraneous words or repetition; each sentence earns its place.

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 16 parameters, full schema coverage, and an output schema, the description is sufficient for an agent to understand the tool's function. Minor omissions like deprecation notes for order_by/sort are present in the schema, so no critical gaps remain.

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 every parameter already has a description in the schema. The description in text merely repeats the list of parameters and their required/optional status without adding deeper meaning, meeting the baseline of 3.

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 begins with 'Filter tokens by volume, liquidity, FDV, transactions, and creation time,' which clearly states the action (filter) and resource (tokens) with specific criteria. This distinguishes it from siblings like getTopTokens (unfiltered) and getTokenDetails (single token).

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 explicitly marks 'network' as required and lists many optional filters, implying usage for metric-based filtering. While it does not explicitly compare to alternatives or state when not to use, the context is clear enough for an agent to select this tool over others for filtered queries.

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