get-code-metadata
Retrieve metadata for a specific WASM code using its code ID, enabling efficient interaction with the Osmosis blockchain through the MCP server.
Instructions
Returns metadata for a WASM code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
codeId | Yes | The code ID to query |
Input Schema (JSON Schema)
{
"properties": {
"codeId": {
"description": "The code ID to query",
"type": "number"
}
},
"required": [
"codeId"
],
"type": "object"
}