Skip to main content
Glama

Osmosis MCP Server

get-contract-events

Query and retrieve events emitted by a smart contract on the Osmosis blockchain, filtering by event type and setting result limits.

Instructions

Returns events emitted by a contract

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address to query
eventTypeNoOptional: filter by specific event type
limitNoMaximum number of events to return (default: 50)

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address to query", "type": "string" }, "eventType": { "description": "Optional: filter by specific event type", "type": "string" }, "limit": { "description": "Maximum number of events to return (default: 50)", "maximum": 200, "minimum": 1, "type": "number" } }, "required": [ "contractAddress" ], "type": "object" }

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