Skip to main content
Glama

Hive MCP Server

get_vesting_delegations

Retrieve vesting delegations made by a specific Hive account, with optional pagination and limit settings, using the Hive MCP Server for blockchain interactions.

Instructions

Get a list of vesting delegations made by a specific Hive account

Input Schema

NameRequiredDescriptionDefault
fromNoOptional starting account for pagination
limitNoMaximum number of delegations to retrieve
usernameYesHive account to get delegations for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Optional starting account for pagination", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of delegations to retrieve", "maximum": 1000, "minimum": 1, "type": "number" }, "username": { "description": "Hive account to get delegations for", "type": "string" } }, "required": [ "username" ], "type": "object" }

You must be authenticated.

Other Tools from Hive 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/gluneau/hive-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server