Skip to main content
Glama

list_solana_validators

Read-onlyIdempotent

List Solana validators filtered by commission, MEV, and stake, sorted by quality score or APY. Provides rank-ordered delegation options with stakewiz.com verification links.

Instructions

Read-only validator-ranking helper for prepare_native_stake_delegate. Pulls the stakewiz.com public feed (no API key required) and returns a filtered + sorted list of Solana validators with the columns most relevant to delegation: composite quality score (wizScore), commission, MEV (Jito) status + commission, total APY estimate (inflation + MEV), activated stake, delinquent flag, superminority penalty flag, skip rate, uptime, version, country, and a per-validator stakewiz.com profile URL the user can open in a browser to verify independently. Default filters: excludeDelinquent=true. Default sort: wizScore descending. Default limit: 25 (max 100). USE THIS BEFORE prepare_native_stake_delegate so the agent can surface a small ranked menu instead of forcing the user to leave for stakewiz / validators.app and paste back a vote pubkey. INVARIANT #14 NOTE: this is a HELPER — the MCP is NOT the source of truth. Before delegating, the user MUST (1) open the chosen validator's stakewizUrl in a browser to re-verify activated stake / commission / delinquent status against an authority outside the MCP enumeration, and (2) byte-equality-check the votePubkey in the prepare_native_stake_delegate response against the one confirmed in step 1. The response's notes[] field surfaces these instructions verbatim — pass them through to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtersNoOptional filters applied before sorting. Defaults: excludeDelinquent=true, excludeSuperminority=false, no commission/stake/MEV restriction.
sortByNoSort order. `score` (default) = stakewiz composite wiz_score descending (best quality first). `apy` = total APY descending (inflation + MEV). `stake` = activated stake descending (largest first). `commission` = commission ascending (lowest first).
limitNoMaximum number of validators to return after filtering + sorting. Defaults to 25; max 100.
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description reinforces this by emphasizing it is read-only, pulls a public feed, and includes important caveats like 'the MCP is NOT the source of truth' and verification steps. Adds significant behavioral context beyond annotations without contradiction.

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 relatively long but well-structured: front-loaded with purpose, then details, then workflow instructions. Every sentence serves a purpose, covering core functionality, defaults, usage order, and verification steps. Could be slightly more concise, but overall effective.

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 complexity (nested filters, sorting, workflow dependency), the description is remarkably complete. It explains return columns, defaults, sort options, usage order, and even includes invariant notes and instructions in the response. Without an output schema, the description adequately covers the return values and behavior.

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?

Schema coverage is 100% with detailed descriptions for each parameter. The description adds context beyond schema by explaining default values (excludeDelinquent=true, excludeSuperminority=false) and clarifying sort behavior (e.g., `score` = wiz_score descending). This extra context justifies a score above baseline 3.

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 it is a 'Read-only validator-ranking helper for prepare_native_stake_delegate', specific verb ('list'), resource ('Solana validators'), and distinguishes from sibling tools by noting its role as a prerequisite. It uniquely explains its purpose in the workflow, which differentiates it from other tools.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'USE THIS BEFORE prepare_native_stake_delegate'. Provides detailed workflow instructions including verification steps (open stakewizUrl, byte-equality-check votePubkey). Also explains the benefit (surfacing a ranked menu instead of forcing user to leave). This is exemplary usage guidance.

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/szhygulin/recon-crypto-mcp'

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