LumbreTravel MCP Server

get_vehicle_by_name

Search for vehicles by name within the LumbreTravel system and retrieve a list of matching vehicle records for managing travel programs and activities.

Instructions

Buscar vehículos por su nombre, retorna la lista de vehículos encontrados.

Input Schema

NameRequiredDescriptionDefault
nameYesNombre del vehículo

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Nombre del vehículo", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: tp79r72xyd