LumbreTravel MCP Server

reactivate_passenger

Reactivate a passenger on LumbreTravel by providing the passenger ID. Use complementary tools to retrieve the ID if unknown. Returns the reactivated passenger details.

Instructions

Reactiva un pasajero en LumbreTravel teniendo en cuenta que se conoce el ID del pasajero. Si el id no se conoce entonces se puede usar la tool get_passengers_by_fullname o get_passengers_by_email para obtener el id del pasajero. Retorna el pasajero reactivado.

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: tp79r72xyd