Skip to main content
Glama

Osmosis MCP Server

get-all-locks-by-type

Retrieve detailed lock information from the Osmosis blockchain by specifying the lock type, such as ByDuration, ByTime, or NoLock. Optionally filter results by owner address.

Instructions

Returns lock information filtered by lock type

Input Schema

NameRequiredDescriptionDefault
addressNoOptional: filter by owner address
lockTypeYesThe type of lock to filter by

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Optional: filter by owner address", "type": "string" }, "lockType": { "description": "The type of lock to filter by", "enum": [ "ByDuration", "ByTime", "NoLock" ], "type": "string" } }, "required": [ "lockType" ], "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