Skip to main content
Glama

Osmosis MCP Server

get-wasm-codes

Retrieve uploaded WASM codes from the Osmosis blockchain. Specify limit and starting point for paginated results, ensuring efficient access to smart contract data.

Instructions

Returns all uploaded WASM codes

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of codes to return (default: 50)
startAfterNoCode ID to start after for pagination

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of codes to return (default: 50)", "maximum": 200, "minimum": 1, "type": "number" }, "startAfter": { "description": "Code ID to start after for pagination", "type": "number" } }, "required": [], "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