Skip to main content
Glama

solana_priority_fee

Current Solana slot, block height and block time plus a prioritization-fee summary (min, median, p75, max, suggested) over the recent slots the public RPC reports; optionally scoped to up to five writable accounts. $0.002/call via x402 (Solana or Base) or MPP (Tempo); repeat calls welcome, readings cached 8 s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountsNoOptional: up to 5 comma-separated base58 pubkeys; the fee sample is then limited to transactions that lock these accounts writable.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses important behavioral details: it is a read-only data fetch (implied by 'current' and 'summary'), it supports optional account scoping, and it notes caching and pricing. Without annotations, this transparency helps agents understand side effects and performance characteristics.

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 concise, consisting of two sentences that front-load the core purpose and then add optional scoping and operational details. It avoids verbose explanations and stays focused on essential information.

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 tool, the description is complete: it specifies the returned data (slot, height, time, fee summary), optional scoping, and operational details like pricing and caching. It does not describe an output schema, but the input is simple and the output is implied by the purpose, so nothing critical is missing.

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?

The description reiterates the only parameter ('accounts') with the same semantics as the schema: optional comma-separated pubkeys that scope the fee sample. While the schema already covers this, the description reinforces it and adds context that it limits to 'writable accounts', enhancing clarity.

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: it returns current Solana slot, block height, block time, and a prioritization-fee summary. It also mentions optional scoping to up to five accounts, making the purpose specific and distinguishable from generic fee tools.

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 provides some usage guidance by mentioning pricing ($0.002/call) and caching (readings cached 8 s), which implies call frequency considerations. However, it does not explicitly state when to use this tool over alternative fee or block-info tools, so guidance is implicit rather than explicit.

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.