Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_block_commitment

Retrieve commitment details for a specific block slot on the Solana blockchain using the Model Context Protocol Server, facilitating accurate block-level data access and verification.

Instructions

Fetch the commitment for particular block.

Args: slot (int): Block slot number to query

Returns: str: Block commitment information

Input Schema

NameRequiredDescriptionDefault
slotYes

Input Schema (JSON Schema)

{ "properties": { "slot": { "title": "Slot", "type": "integer" } }, "required": [ "slot" ], "title": "get_block_commitmentArguments", "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