MCP Snapshot Server

getSpaces

Get list of Snapshot spaces

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of spaces to fetch
skipNoNumber of spaces to skip

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of spaces to fetch", "type": "number" }, "skip": { "description": "Number of spaces to skip", "type": "number" } }, "type": "object" }