Skip to main content
Glama

EmblemAI AgentWallet

Standard Tools: birdeyeTrendingTokens

birdeyeTrendingTokens
Read-onlyIdempotent

Get trending tokens from Birdeye with real-time price and market data. Supports multiple chains and sorting options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain to fetch trending tokens from (e.g., solana, ethereum)
limitNoNumber of trending tokens to fetch (MAX 5)
offsetNoNumber of items to skip
sortByNoField to sort by. Currently only supports "rank"
sortTypeNoSort direction: "asc" for ascending, "desc" for descending

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructiveness, so the safety posture is well covered. The description adds information about return content ('real-time price and market data') and flexibility ('Supports multiple chains and sorting options'), which is helpful beyond annotations. However, it does not disclose deeper behavior like pagination details, feed latency, or how 'trending' is calculated.

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, well-structured sentence with no redundant phrases. The core purpose is front-loaded, and every word adds meaningful context, including real-time data mention and support for chains and sorting.

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?

The tool has no output schema, but the description compensates by stating what kind of data is returned ('real-time price and market data'). All 5 input parameters are fully described in the schema, and the annotations cover idempotence and read-only safety. The description is effective enough for an agent to call the tool correctly, though a bit more context about the output shape would have been ideal.

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 the input schema already documents every parameter and its constraints. The description only broadly mentions 'multiple chains and sorting options,' which maps to the chain/sortBy/sortType parameters but adds no additional semantic detail beyond the schema.

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 action ('Get trending tokens') and the resource ('from Birdeye'), making the tool's basic purpose immediately understandable. It adds useful qualifiers like real-time price and market data, multi-chain support, and sorting. It does not explicitly differentiate itself from the sibling tool getTrendingCoins, but the Birdeye source and parameter scope provide sufficient clarity.

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 usage: when a user wants trending tokens with price/market data and needs chain/sorting flexibility. There is, however, no explicit 'when to use this instead of another tool' guidance, and no sibling-tool differentiations are provided. The usage context is inferable rather than stated.

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.

TDQS

C2.9/5.0
Disambiguation2/5

With 113 tools spanning many chains and asset classes, there is substantial overlap. For example, listPositions and getAllPositions appear to serve the same function, and there are many balance, token discovery, and collection data tools that differ mostly by chain or protocol, making misselection likely.

Naming Consistency2/5

Naming conventions are inconsistent: most tools use camelCase with a verb (baseGetBalances, ethSwapQuote), but some use underscores (nansen_defi_portfolio), others are just bare nouns (wallet, rugcheck), and there are irregularities like solanaBalances instead of solanaGetBalances, plus hederaTokensSwapQuote vs. baseSwapQuote.

Tool Count1/5

The server exposes 113 tools, far beyond the typical well-scoped set. This is an extreme mismatch with the apparent purpose of a wallet/swap server, making discovery and selection difficult for agents.

Completeness2/5

While the server offers extensive read-only data (balances, market data, NFTs, positions), it lacks core write operations: there is no actual swap execution or token transfer tool, and the referenced emblemCreateVault tool is missing. These are significant gaps that will prevent agents from completing common wallet actions.

Resources