Skip to main content
Glama

Osmosis MCP Server

prepare-claim-rewards

Generates a transaction to claim staking rewards from specified or all validators on the Osmosis blockchain using a delegator’s address.

Instructions

Prepares a transaction to claim staking rewards

Input Schema

NameRequiredDescriptionDefault
delegatorAddressYesThe delegator's address
validatorAddressesNoArray of validator addresses to claim rewards from (empty for all)

Input Schema (JSON Schema)

{ "properties": { "delegatorAddress": { "description": "The delegator's address", "type": "string" }, "validatorAddresses": { "description": "Array of validator addresses to claim rewards from (empty for all)", "items": { "type": "string" }, "type": "array" } }, "required": [ "delegatorAddress" ], "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