Skip to main content
Glama

47620 Base + Polygon Data API

base_trending

Trending base DEX pairs by 24h volume (DexScreener boosts). Fresh feed for agents. Pay-per-call ($0.02 USDC).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden reasonably well: it discloses that data is fresh, sourced from DexScreener boosts, sorted by 24h volume, and that each call costs $0.02 USDC. It does not mention output format or rate limits, but for a zero-parameter read-style feed tool this is good context.

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 sentences with no filler: the first states what the tool returns and how it is filtered, and the second adds freshness and pricing. Every clause 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?

For a parameterless trending-list tool, the description is largely complete: it names the chain, the data source, the ranking metric, freshness, and cost. The only notable omission is an explicit statement of the return shape, but the absence of input parameters and output schema lowers the burden.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the schema fully covers parameter semantics and the description is not required to add parameter-level detail. The description adds useful context about what the returned data represents (trending pairs by volume), which is the relevant semantic information.

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 identifies the resource as trending Base DEX pairs and specifies the ranking criterion (24h volume, DexScreener boosts), which makes the tool's purpose understandable. It is clearly distinct from the polygon_trending sibling via the 'base network' reference, though it lacks an explicit imperative verb like 'get' or 'list'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used when an agent needs a fresh feed of trending Base DEX pairs, and the sibling naming makes the chain selection obvious. However, it never explicitly says when to prefer this over alternatives like base_token or polygon_trending.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.