reactivate_service
Reactivate a service in LumbreTravel MCP Server by providing the service ID to restore functionality and access for managing travel programs and activities.
Instructions
Reactivar un servicio
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID del servicio a reactivar |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID del servicio a reactivar",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}