MCP Snapshot Server

getProposals

Fetch and filter Snapshot space proposals by state, space ID, and limit. Use this tool to access active, closed, pending, or all proposals for informed participation.

Instructions

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" }

You must be authenticated.

Other Tools from MCP Snapshot Server

Related Tools

ID: 6r2dqjkv5r