agentek-eth

by NaniDAO
Verified

tallyProposals

Retrieve governance proposals from the Tally API for specific DAOs or spaces, enabling users to monitor and analyze decentralized decision-making processes.

Instructions

Fetch proposals from the Tally governance API for a specified DAO/space.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of proposals to fetch
spaceYesThe DAO or space identifier e.g. uniswap, hai, nounsdao

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of proposals to fetch", "type": "number" }, "space": { "description": "The DAO or space identifier e.g. uniswap, hai, nounsdao", "type": "string" } }, "required": [ "space" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce