Skip to main content
Glama

Mews MCP

by code-rabi

getLanguageTexts

Retrieve translations of texts in specified languages to support multi-language needs across the Mews hospitality platform. Input language codes and scope to fetch relevant text data.

Instructions

Returns translations of texts in the specified languages

Input Schema

NameRequiredDescriptionDefault
LanguageCodesYesArray of language codes to get translations for
ScopeNoScope of texts to retrieve

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "LanguageCodes": { "description": "Array of language codes to get translations for", "items": { "type": "string" }, "type": "array" }, "Scope": { "description": "Scope of texts to retrieve", "type": "string" } }, "required": [ "LanguageCodes" ], "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