Skip to main content
Glama

Mews MCP

by code-rabi

updateCompanies

Modify company details such as name, tax identifier, email, phone, and website URLs in the Mews hospitality platform using structured input data.

Instructions

Updates company information

Input Schema

NameRequiredDescriptionDefault
CompanyUpdatesYesArray of company update objects

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "CompanyUpdates": { "description": "Array of company update objects", "items": { "properties": { "CompanyId": { "description": "Unique identifier of the company to update", "type": "string" }, "ContactPersonId": { "description": "Contact person customer ID", "type": "string" }, "Email": { "description": "Company email address", "type": "string" }, "InvoicingEmail": { "description": "Billing email address", "type": "string" }, "Name": { "description": "Company name", "type": "string" }, "Phone": { "description": "Company phone number", "type": "string" }, "TaxIdentifier": { "description": "Tax identification number", "type": "string" }, "WebsiteUrl": { "description": "Company website URL", "type": "string" } }, "required": [ "CompanyId" ], "type": "object" }, "type": "array" } }, "required": [ "CompanyUpdates" ], "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