Skip to main content
Glama

LumbreTravel MCP Server

by lumile

update_vehicle

Update vehicle details in LumbreTravel MCP Server, including ID, name, description, brand, model, capacity, and provider information, to maintain accurate travel program data.

Instructions

Actualizar un vehículo.

Input Schema

NameRequiredDescriptionDefault
brandYesMarca del vehículo
capacityYesCapacidad del vehículo
descriptionYesDescripción del vehículo
idYesID del vehículo a actualizar
modelYesModelo del vehículo
nameYesNombre del vehículo
providerYes

Input Schema (JSON Schema)

{ "properties": { "brand": { "description": "Marca del vehículo", "type": "string" }, "capacity": { "description": "Capacidad del vehículo", "type": "number" }, "description": { "description": "Descripción del vehículo", "type": "string" }, "id": { "description": "ID del vehículo a actualizar", "type": "string" }, "model": { "description": "Modelo del vehículo", "type": "string" }, "name": { "description": "Nombre del vehículo", "type": "string" }, "provider": { "properties": { "id": { "description": "ID del proveedor del vehículo", "type": "string" }, "name": { "description": "Nombre del proveedor del vehículo", "type": "string" } }, "type": "object" } }, "required": [ "id", "name", "description", "brand", "model", "capacity", "provider" ], "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