MCP Snapshot Server

getRankedSpaces

Get ranked list of Snapshot spaces with detailed information

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory to filter by (default: 'all')
firstNoNumber of spaces to fetch (default: 18)
searchNoSearch term to filter spaces
skipNoNumber of spaces to skip (default: 0)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category to filter by (default: 'all')", "type": "string" }, "first": { "description": "Number of spaces to fetch (default: 18)", "type": "number" }, "search": { "description": "Search term to filter spaces", "type": "string" }, "skip": { "description": "Number of spaces to skip (default: 0)", "type": "number" } }, "type": "object" }