Skip to main content
Glama

Mews MCP

by code-rabi

getAllSpaces

Retrieve all spaces or filter by IDs, categories, service IDs, or update date range within the Mews MCP server for efficient space management and data access.

Instructions

Returns all spaces of the enterprise, or only those specified

Input Schema

NameRequiredDescriptionDefault
ServiceIdsNoFilter by service IDs
SpaceCategoryIdsNoFilter by space category IDs
SpaceIdsNoFilter by specific space IDs
UpdatedUtcNoDate range filter for space updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ServiceIds": { "description": "Filter by service IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "SpaceCategoryIds": { "description": "Filter by space category IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "SpaceIds": { "description": "Filter by specific space IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for space updates", "properties": { "EndUtc": { "description": "End of update date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of update date range (ISO 8601)", "type": "string" } }, "type": "object" } }, "type": "object" }

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/code-rabi/mews-mcp'

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