Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_block_time

Retrieve the estimated production time of a specific block on the Solana blockchain by providing its slot number. Returns the block time in a clear, formatted string.

Instructions

Fetch the estimated production time of a block.

Args: slot (int): Block slot number

Returns: str: Block time in the format "Block time: {time}"

Input Schema

NameRequiredDescriptionDefault
slotYes

Input Schema (JSON Schema)

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