Skip to main content
Glama

Mews MCP

by code-rabi

deleteCompanies

Remove specified companies from the Mews hospitality platform by providing their unique IDs using this MCP server tool. Streamline company management and maintain accurate records.

Instructions

Deletes specified companies

Input Schema

NameRequiredDescriptionDefault
CompanyIdsYesArray of company IDs to delete

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "CompanyIds": { "description": "Array of company IDs to delete", "items": { "type": "string" }, "maxItems": 1000, "type": "array" } }, "required": [ "CompanyIds" ], "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