Skip to main content
Glama

Mews MCP

by code-rabi

getAllServices

Retrieve all enterprise services with optional filters for IDs, types, and update date ranges via the Mews MCP server's API.

Instructions

Returns all services offered by the enterprise

Input Schema

NameRequiredDescriptionDefault
ServiceIdsNoFilter by specific service IDs
ServiceTypesNoFilter by service types
UpdatedUtcNoDate range filter for service updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "ServiceIds": { "description": "Filter by specific service IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "ServiceTypes": { "description": "Filter by service types", "items": { "type": "string" }, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for service 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