Skip to main content
Glama

Saylor Innovations: pay-per-call data

Trending Solana pools

get_trending_pools
Read-onlyIdempotent

Currently trending Solana pools with price, liquidity, volume and 24h change. Costs $0.01.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax 50.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds the monetary side effect ('Costs $0.01') and the returned metric set, which goes beyond what the annotations and schema convey.

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; every clause carries information about resource, time window, output metrics, and cost. It avoids duplicating schema or annotation data.

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 simple read-only tool with one optional parameter and full schema coverage, the description is nearly complete. It could clarify the default limit behavior, but that is a minor gap given the schema already documents 'Max 50.'

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% and the single optional parameter already has a descriptive description ('Max 50'). The tool description adds no parameter-level semantics, so the baseline score of 3 applies.

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 names a specific resource (Solana pools), a state ('currently trending'), and the returned metrics (price, liquidity, volume, 24h change), which clearly distinguishes it from token/price-focused siblings like check_token_price and get_price_history.

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 intended use is implied: call it when you need currently trending Solana pools and their market metrics. However, it does not explicitly state when not to use it or name alternatives, so it earns only partial credit.

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.

Resources