Skip to main content
Glama

LumbreTravel MCP Server

by lumile

update_hotel

Modify hotel details, including name, description, phone, email, and address, using a structured input schema for efficient updates within the LumbreTravel MCP Server.

Instructions

Actualizar un hotel

Input Schema

NameRequiredDescriptionDefault
addressYesDirección del hotel
descriptionYesDescripción del hotel
emailYesEmail del hotel
idYesID del hotel a actualizar
nameYesNombre del hotel
phoneYesTeléfono del hotel

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Dirección del hotel", "type": "string" }, "description": { "description": "Descripción del hotel", "type": "string" }, "email": { "description": "Email del hotel", "type": "string" }, "id": { "description": "ID del hotel a actualizar", "type": "string" }, "name": { "description": "Nombre del hotel", "type": "string" }, "phone": { "description": "Teléfono del hotel", "type": "string" } }, "required": [ "id", "name", "description", "phone", "email", "address" ], "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/lumile/lumbretravel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server