reactivate_vehicle
Reactivate a vehicle by providing its ID to restore its functionality in the LumbreTravel MCP Server, enabling seamless travel program management.
Instructions
Reactivar un vehículo.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID del vehículo a reactivar |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID del vehículo a reactivar",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}