Skip to main content
Glama

MCP Helius

by dcSpark

helius_get_leader_schedule

Retrieve the leader schedule for a specific epoch on the Solana blockchain using commitment levels like confirmed, finalized, or processed. Facilitates informed decision-making and blockchain operations.

Instructions

Get the leader schedule for an epoch

Input Schema

NameRequiredDescriptionDefault
commitmentNo
slotNo

Input Schema (JSON Schema)

{ "properties": { "commitment": { "enum": [ "confirmed", "finalized", "processed" ], "type": "string" }, "slot": { "type": "number" } }, "required": [], "type": "object" }

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/dcSpark/mcp-server-helius'

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