Skip to main content
Glama

LumbreTravel MCP Server

by lumile

season_summary

Analyze passenger data across a season to track total travelers and their distribution by agencies using this tool, simplifying season-wide insights for travel programs.

Instructions

Obtiene un resumen de pasajeros a lo largo de una temporada. Esta tool es muy útil para obtener el total de pasajeros de una temporada y ver como se distribuye por agencias.

Input Schema

NameRequiredDescriptionDefault
endYearYesAño de fin de la temporada (YYYY)
startYearYesAño de inicio de la temporada (YYYY)

Input Schema (JSON Schema)

{ "properties": { "endYear": { "description": "Año de fin de la temporada (YYYY)", "type": "string" }, "startYear": { "description": "Año de inicio de la temporada (YYYY)", "type": "string" } }, "required": [ "startYear", "endYear" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lumile/lumbretravel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server