plan_managed_datastore
ActiveTool of cloud.redu/mcp
declared in 2.0.0
Plans a direct managed datastore create without provisioning anything. Use this before create_database, create_relational_database, create_redis, or create_clickhouse. For app deployments, prefer deploy_app database:'managed' so plan_deploy includes and wires the datastore automatically.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"engine": {
"enum": [
"postgres",
"mysql",
"mariadb",
"redis",
"clickhouse"
],
"type": "string",
"default": "postgres"
},
"sizeHint": {
"enum": [
"small",
"medium",
"large"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
cloud.redu/mcp
1/7 registries