Skip to main content
Glama
IAcomunIA

CoinGecko MCP Server

by IAcomunIA

get_tokens_networks_onchain_pools

Read-only

Query top liquidity pools for a specific token contract address on any blockchain network to analyze trading activity and pool composition.

Instructions

This endpoint allows you to query top pools based on the provided token contract address on a network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkYes
token_addressYes
includeNoattributes to include, comma-separated if more than one to include Available values: `base_token`, `quote_token`, `dex`
include_inactive_sourceNoinclude tokens from inactive pools using the most recent swap, default: false
pageNopage through results Default value: 1
sortNosort the pools by field Default value: h24_volume_usd_liquidity_desc
Behavior3/5

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

The description adds minimal behavioral context beyond the readOnlyHint annotation. It mentions 'top pools' which implies ranking/sorting, but doesn't explain ranking criteria, pagination behavior, or what 'top' means. The annotations already declare readOnlyHint=true, so the agent knows it's safe. The description doesn't contradict annotations, but adds only basic operational context.

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 a single, efficient sentence that gets straight to the point. It uses bold formatting effectively to highlight key elements. There's no wasted verbiage or unnecessary preamble. However, it could be slightly more structured by explicitly separating purpose from constraints or usage context.

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?

For a read-only query tool with good schema coverage but no output schema, the description is minimally adequate. It states what the tool does but lacks important context about result format, pagination behavior, error conditions, or how it differs from similar pool/token tools. The absence of output schema means the description should ideally provide more guidance about what to expect in return.

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?

With 67% schema description coverage, the schema already documents most parameters well. The description mentions 'token contract address' and 'network' which map to required parameters, but adds no additional semantic context about format, validation, or relationships between parameters. It doesn't explain what 'top pools' means in relation to the sort parameter or how results are filtered/ranked.

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 clearly states the tool's purpose: 'query top pools based on the provided token contract address on a network'. It specifies the verb ('query'), resource ('top pools'), and key inputs (token address, network). However, it doesn't explicitly differentiate from sibling tools like 'get_pools_networks_onchain_info' or 'get_search_onchain_pools', which appear to have overlapping functionality.

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 provides no guidance on when to use this tool versus alternatives. With many sibling tools related to pools, tokens, and networks, there's no indication of when this specific 'top pools' query is appropriate versus other pool or token information tools. No prerequisites, exclusions, or comparative context is mentioned.

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/IAcomunIA/MCP_firts'

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