Skip to main content
Glama

Osmosis MCP Server

query-contract-raw

Query raw contract storage data on the Osmosis blockchain by specifying the contract address and storage key.

Instructions

Queries raw contract storage by key

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address to query
keyYesThe storage key (hex encoded)

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address to query", "type": "string" }, "key": { "description": "The storage key (hex encoded)", "type": "string" } }, "required": [ "contractAddress", "key" ], "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