get_block_height
Retrieve the current block height from a Solana node using the MCP Server. This tool provides blockchain data in the format 'Block height: {height}'.
Instructions
Returns the current block height of the node.
Returns: str: Current block height in the format "Block height: {height}"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_block_heightArguments",
"type": "object"
}