get_agency_by_name
Retrieve travel agency details by specifying the agency name using the LumbreTravel MCP Server for efficient API access and management of travel-related entities.
Instructions
Obtener una agencia por nombre, retorna la agencia encontrada.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Nombre de la agencia |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Nombre de la agencia",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}