Skip to main content
Glama

Mews MCP

by code-rabi

getAllCompanies

Retrieve all companies from the Mews MCP server, with optional filters for company IDs, names, creation or update date range, and pagination settings.

Instructions

Returns all companies, optionally filtered by criteria

Input Schema

NameRequiredDescriptionDefault
CompanyIdsNoFilter by specific company IDs
CreatedUtcNoDate range filter for company creation
LimitationNoPagination settings
NamesNoFilter by company names
UpdatedUtcNoDate range filter for company updates

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "CompanyIds": { "description": "Filter by specific company IDs", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "CreatedUtc": { "description": "Date range filter for company creation", "properties": { "EndUtc": { "description": "End of creation date range (ISO 8601)", "type": "string" }, "StartUtc": { "description": "Start of creation date range (ISO 8601)", "type": "string" } }, "type": "object" }, "Limitation": { "description": "Pagination settings", "properties": { "Count": { "description": "Maximum number of companies to return", "type": "number" }, "Cursor": { "description": "Pagination cursor for next page", "type": "string" } }, "type": "object" }, "Names": { "description": "Filter by company names", "items": { "type": "string" }, "maxItems": 1000, "type": "array" }, "UpdatedUtc": { "description": "Date range filter for company 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