Skip to main content
Glama

Osmosis MCP Server

get-latest-blocks

Retrieve details of the most recent blocks on the Osmosis blockchain. Specify the number of blocks to fetch, up to 100, for clear and structured block information.

Instructions

Returns information about the most recent blocks

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of blocks to return (default: 10, max: 100)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of blocks to return (default: 10, max: 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [], "type": "object" }
Install Server

Other Tools from Osmosis MCP Server

Related Tools

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/MyronKoch-dev/osmosis-mcp-server'

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