Skip to main content
Glama
SiftingIO

siftingio-mcp

Official

Last DEX TVL

last_tvl
Read-only

Get the live aggregated total value locked (TVL) for a DEX trading pair on an EVM chain like Ethereum or Arbitrum. Provide the canonical pair and chain to receive current TVL data.

Instructions

Current aggregated total value locked (TVL) for a DEX trading pair on an EVM chain, read live. Provide the canonical pair (e.g. WETH-USDC); for a wallet's token balances use dex_wallet. Returns structuredContent alongside the text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pairYesCanonical pair, e.g. WETH-USDC.
chainYesEVM chain: eth, base, arbitrum, bsc, polygon.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nYesNumber of pools aggregated.
tYesTimestamp, Unix epoch milliseconds.
vYesVersion/volume counter.
r0YesReserve of token0.
r1YesReserve of token1.
usdYesTotal value locked, USD.
pairYesCanonical uppercase pair, e.g. WETH-USDC.
chainYesCanonical lowercase chain.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds 'read live' and 'Returns structuredContent alongside the text,' providing behavioral context about the return format and real-time nature beyond the annotations. No contradiction.

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 sentences, front-loaded with purpose, no filler. Every sentence earns its place by providing essential information.

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

Completeness5/5

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

Given the tool's low complexity (2 params, output schema exists, strong annotations), the description fully covers purpose, usage distinction, parameter guidance, and return type. No gaps.

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% with descriptions for both 'pair' and 'chain'. The description repeats an example and the chain list, adding marginal value beyond the schema. Baseline of 3 is appropriate as the schema already does the heavy lifting.

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?

Clearly states it returns 'current aggregated TVL for a DEX trading pair on an EVM chain, read live.' The verb 'provides' and resource 'TVL' are specific. It distinguishes itself from sibling 'dex_wallet' by noting that for wallet balances you should use that tool instead.

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?

Explicitly tells when to use this tool (get TVL for a pair) and when not (wallet balances → dex_wallet). Provides guidance on the canonical pair format and chain options. However, it does not mention other related siblings (e.g., last_quote for price), leaving minor ambiguity.

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/SiftingIO/siftingio-mcp'

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