Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_block

Retrieve identity and transaction details for a confirmed block on the Solana blockchain using a specified slot number.

Instructions

Returns identity and transaction information about a confirmed block in the ledger.

Args: slot (int): Slot number as u64 integer

Returns: str: Block information in the format "Block: {block}"

Input Schema

NameRequiredDescriptionDefault
slotYes

Input Schema (JSON Schema)

{ "properties": { "slot": { "title": "Slot", "type": "integer" } }, "required": [ "slot" ], "title": "get_blockArguments", "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/tywenk/mcp-sol'

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