Skip to main content
Glama

dex_get_pool_transactions

Retrieve recent transactions for any liquidity pool, including swaps, adds, and removes, by specifying network and pool address. Supports pagination for extended history.

Instructions

Get recent transactions for a liquidity pool including swaps, adds, and removes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (up to 100 pages)
limitNoResults per page (max 100)
cursorNoTransaction ID for cursor-based pagination
networkYesNetwork ID (e.g., 'ethereum')
poolAddressYesPool contract address
Behavior2/5

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

There are no annotations, so the description carries the full behavioral burden. It reveals that the tool returns swaps, adds, and removes, but it does not disclose ordering, pagination behavior, time-window semantics, response shape, or any side effects. 'Recent' is vague and lacks a defined timeframe.

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?

The description is a single, front-loaded sentence with no filler. It immediately states the action and resource, then provides a compact list of included transaction types.

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?

With no output schema and no annotations, the description is not sufficiently complete. It does not clarify the return format, pagination details, or the exact meaning of 'recent'. The schema documents parameters, but the tool's response contract and behavioral limits remain underspecified.

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?

The input schema already documents all 5 parameters fully (100% coverage), so the baseline is 3. The description adds no extra parameter-level context, but it does not need to given the schema's completeness.

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 uses a specific verb ('Get') and identifies the resource ('recent transactions for a liquidity pool') while enumerating transaction types ('swaps, adds, and removes'). This clearly states the tool's purpose and distinguishes it from sibling tools like dex_get_pool_details or dex_get_pool_ohlcv.

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 explicit guidance is given about when to use this tool versus related pool/trade tools. The purpose is implied, but there are no alternatives, exclusions, or context about conditions such as choosing this over geckoterminal_pool_trades or dex_get_pool_details.

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/nirholas/universal-crypto-mcp'

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