get_includes_by_name
Retrieve travel extras or inclusions by name using the LumbreTravel API to efficiently manage and access specific program details within the MCP framework.
Instructions
Buscar extras o incluídos por su nombre
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Nombre del include |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Nombre del include",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}