Skip to main content
Glama

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

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