Skip to main content
Glama

Mews MCP

by code-rabi

getAllSpaceCategories

Retrieve all space categories for a service using filters like specific category IDs or update date ranges, ensuring precise data access in Mews MCP server operations.

Instructions

Returns all space categories of a service

Input Schema

NameRequiredDescriptionDefault
ServiceIdsYesFilter by service IDs
SpaceCategoryIdsNoFilter by specific category IDs
UpdatedUtcNoDate range filter for category 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 specific category IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for category 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" } }, "required": [ "ServiceIds" ], "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