Skip to main content
Glama

Get Flare Validators

get_flare_validators
Read-only

List Flare P-Chain validators with FlareWatch composite Score, stake, fee, uptime, and capacity. Sort by score (default), stake, or apy. Pure on-chain + computed data; no editorial ranking. limit caps at 100.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sort_byNoscore

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so safety is covered. The description adds useful behavioral context: 'Pure on-chain + computed data; no editorial ranking' signals the absence of editorial bias, and 'limit caps at 100' discloses a hard ceiling on results. It does not elaborate on response shape, but that is a minor gap for a simple read-only list.

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?

Four short, dense sentences front-load the core purpose and then add sorting, data provenance, and limit behavior. Every sentence contributes distinct, useful information with no redundancy or vague filler.

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 read-only list tool with only two optional parameters and no output schema, the description is nearly complete: it names the returned data fields, sorting options, defaults, data source, and cap. It lacks explicit response-shape/pagination details, but those are not essential given the simple nature of the operation and the presence of a 100-item cap.

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 description coverage is 0%, so the description must compensate. It explains that sort_by accepts score, stake, or apy and that score is the default, and it mentions the limit cap of 100. It does not mention the default limit of 25, but that default is present in the schema, so the description covers the essential param meanings.

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?

States a specific verb and resource: 'List Flare P-Chain validators' with a concrete set of returned attributes (FlareWatch composite Score, stake, fee, uptime, capacity). Also clarifies it is plural/all validators, which distinguishes it from singular or comparison siblings like get_flarewatch_validator and compare_validators.

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?

Provides clear context: data is pure on-chain + computed, no editorial ranking, with sorting defaults and a limit cap. It does not explicitly name alternatives or state when not to use this tool, but the context is enough for an agent to decide it is for list-style validator data rather than comparisons or single-validator details.

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

A3.9/5.0
Disambiguation4/5

Most tools are cleanly separated by resource and action: list/compare/detail for validators and FTSO providers, network_* for distinct metrics, and get_my_* for wallet concerns. A couple of pairs could be confused (get_my_claimable vs get_my_rewards_history, and the network_* trio), but the descriptions provide enough boundary detail to pick correctly.

Naming Consistency5/5

Naming is highly consistent: all tools use snake_case with a leading verb (get_, list_, compare_, simulate_, verify_). The pattern is predictable, so an agent can infer the shape of an operation before reading its description.

Tool Count2/5

At 27 tools, the surface exceeds the 25-tool threshold and feels heavy, especially with five get_my_* personal tools, five agent-oriented tools, and three network_* tools. The broad scope explains some of the count, but many of these could be consolidated or split across separate servers.

Completeness4/5

The read-only analytics surface is quite comprehensive: validators, FTSO providers, network economics, chain activity, DeFi, FAssets, prices, feeds, personal balances, delegations, and agent status are all covered. Explicit gaps remain, such as FLR-side claimables, full tax record assembly, and a complete per-epoch rewards timeline, but these are clearly flagged as follow-on phases rather than dead ends.

Resources