get_passengers_by_email
Retrieve passenger details using their email address with the LumbreTravel MCP Server tool, enabling efficient travel program management.
Instructions
Obtiene pasajeros por email
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes | Email del pasajero |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"description": "Email del pasajero",
"type": "string"
}
},
"required": [
"email"
],
"type": "object"
}