get_slot_leader
Retrieve the current slot leader on the Solana blockchain using the Model Context Protocol Server. This tool provides the slot leader’s ID in a structured format for real-time blockchain interaction.
Instructions
Returns the current slot leader.
Returns: str: Slot leader in the format "Slot leader: {leader}"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_slot_leaderArguments",
"type": "object"
}