get_governance_proposals
Retrieve Celo governance proposals with pagination. Optionally include inactive proposals or metadata for detailed analysis.
Instructions
Get Celo governance proposals with pagination support.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). If provided, overrides offset/limit | |
| limit | No | Maximum number of proposals to return (alternative to page_size) | |
| offset | No | Number of proposals to skip (alternative to page-based pagination) | |
| page_size | No | Number of proposals per page | |
| include_inactive | No | Whether to include inactive/expired proposals | |
| include_metadata | No | Whether to fetch metadata from GitHub repository (slower - only use when needed) |