Get Governance Delegates
get_governance_delegatesCurated Celo Mondo delegate directory (off-chain, not an on-chain registry). Use when the user asks who to delegate to. Returns name, address, interests, description; optionally LockedGold stats (voting power, total delegated to them). Then pick a delegatee and call execute_delegate_power.
§ Inputs
| Name | Type | Description |
|---|---|---|
search | string | Filter by name, address, interests, or description |
limit | string | limit |
offset | number | offset |
include_stats | boolean | Include on-chain LockedGold stats (default true) |
§ Returns
{ source, delegates: [{ name, address, interests, … }], pagination }§ Try saying
- Who can I delegate my governance voting power to?
- List governance delegates focused on DeFi.
- Show me the top delegates on Celo Mondo.
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_governance_delegates automatically.