MCP Snapshot Server

getProposals

Get proposals for a Snapshot space

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of proposals to fetch
spaceIdYesID of the space
stateNoFilter by proposal state (active, closed, pending, all)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of proposals to fetch", "type": "number" }, "spaceId": { "description": "ID of the space", "type": "string" }, "state": { "description": "Filter by proposal state (active, closed, pending, all)", "type": "string" } }, "required": [ "spaceId" ], "type": "object" }