mcp_config_service_backup_operations.json•881 B
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Returns the service backup configuration.",
"name": "get_service_backup_configuration"
},
{
"description": "Updates service backup configuration. Requires ADMIN auth key role. Setting the properties with null value, will reset the properties to theirs default values.",
"name": "update_service_backup_configuration"
},
{
"description": "Returns a list of all backups for the service. The most recent backups comes first in the list.",
"name": "list_service_backups_by_org_service"
},
{
"description": "Returns a single backup info.",
"name": "get_backup_details"
}
]
}