reactivate_agency
Restore inactive travel agencies on the LumbreTravel MCP Server by providing the agency ID to re-enable access to travel programs and activities.
Instructions
Reactivar una agencia
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID de la agencia a reactivar |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "ID de la agencia a reactivar",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}