Skip to main content
Glama

compare_yields

Compare APRs for a specific token across all Solana DEXs. Automatically filters out scam pools to identify optimal yield opportunities.

Instructions

Yield-Vergleich für einen bestimmten Token über alle Solana-DEXs.

Sucht alle Pools die den Token enthalten und vergleicht APRs. Filtert Scam-Pools automatisch raus.

Args: token: Token-Symbol (z.B. "SOL", "USDC") oder Mint-Adresse limit: Maximale Anzahl Pools gesamt (Standard: 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenYes
limitNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: searches across all Solana DEXs, compares APRs, and automatically filters out scam pools. However, it doesn't mention rate limits, authentication needs, error conditions, or what happens when no pools are found.

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 appropriately sized with three main sentences plus parameter explanations. It's front-loaded with the core purpose, though the Args section formatting could be slightly cleaner. Every sentence adds value with no wasted words.

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 2-parameter tool with no annotations and no output schema, the description covers the basic operation well but has gaps. It explains what the tool does and parameters but doesn't describe return format, error cases, or performance characteristics. Given the complexity of DeFi yield comparison, more context would be helpful.

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?

With 0% schema description coverage, the description compensates well by explaining both parameters. It clarifies that 'token' accepts either symbol or mint address with examples, and 'limit' is maximum total pools with default value. This adds meaningful context beyond the bare schema.

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 clearly states the tool's purpose with specific verbs ('Sucht', 'vergleicht', 'Filtert') and resources ('Token', 'Pools', 'APRs'). It distinguishes from siblings by focusing on cross-DEX yield comparison rather than safety checks, general info, prices, or wallet operations.

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?

The description provides clear context for when to use this tool (comparing yields across Solana DEXs for a specific token). However, it doesn't explicitly state when NOT to use it or mention alternatives like 'get_defi_yields' among siblings, which might offer different yield-related functionality.

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/AiAgentKarl/solana-mcp-server'

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