Skip to main content
Glama

Rootstock MCP Server

by cuongpo
MIT License

get_block

Retrieve detailed block information from the Rootstock blockchain using either block number or hash via the Rootstock MCP Server, facilitating efficient data queries and blockchain interactions.

Instructions

Get block information by number or hash

Input Schema

NameRequiredDescriptionDefault
blockHashNoBlock hash (alternative to blockNumber)
blockNumberNoBlock number (alternative to blockHash)

Input Schema (JSON Schema)

{ "properties": { "blockHash": { "description": "Block hash (alternative to blockNumber)", "type": "string" }, "blockNumber": { "description": "Block number (alternative to blockHash)", "type": "number" } }, "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/cuongpo/rootstock-mcp'

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