Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_cosmos_block

Retrieve Cosmos blockchain block data at a specific height to inspect transactions, validators, and network state across mainnet or testnet networks.

Instructions

Get Cosmos block at specific height

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name
heightYesBlock height
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name", "type": "string" }, "height": { "description": "Block height", "type": "number" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "blockchain", "height" ], "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/buildwithgrove/mcp-pocket'

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