Skip to main content
Glama

MCP Snapshot Server

getProposals

Retrieve and filter proposals from a Snapshot space based on state and quantity, using the MCP Snapshot Server for streamlined querying and organization of governance-related data.

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

Other Tools from MCP Snapshot Server

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/crazyrabbitLTC/mcp-snapshot-server'

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