Skip to main content
Glama

dao-proposals-mcp

list_proposals

Fetch up to 10 recent governance proposals for a specified Snapshot space. Enables tracking and analysis of decentralized decision-making in DAOs.

Instructions

Fetch a list of recent proposals for a given Snapshot space. Parameters: space_id (str): The unique identifier of the Snapshot space (e.g., 'ens.eth'). Returns: A formatted string containing details of up to 10 recent proposals.

Input Schema

NameRequiredDescriptionDefault
space_idYes

Input Schema (JSON Schema)

{ "properties": { "space_id": { "title": "Space Id", "type": "string" } }, "required": [ "space_id" ], "title": "list_proposalsArguments", "type": "object" }

Other Tools from dao-proposals-mcp

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/kukapay/dao-proposals-mcp'

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