LumbreTravel MCP Server

get_hotel_by_name

Search for hotels by name using the LumbreTravel MCP Server. Retrieve a list of matching hotels to streamline travel planning and booking processes.

Instructions

Buscar hoteles por su nombre, retorna la lista de hoteles encontrados.

Input Schema

NameRequiredDescriptionDefault
nameYesNombre del hotel

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Nombre del hotel", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: tp79r72xyd