mcp
M
mcp
/plan_managed_datastore

Plan managed datastore

Plans a direct managed datastore create without provisioning anything. Use this before create_database, create_relational_database, create_redis, or create_clic

liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cloud-redu-mcp /plan_managed_datastore for me.

Input

FieldTypeDescription
enginestring (postgres | mysql | mariadb | redis | clickhouse) default "postgres"
sizeHintstring (small | medium | large)
habooleanPlan a highly available datastore (three machines on three different physical hosts behind default false

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-cloud-redu-mcp","endpoint":"/plan_managed_datastore","input":{"engine":"postgres","ha":false}}'
cli
npx cracked-ai run -p mcp-cloud-redu-mcp -e /plan_managed_datastore -i '{"engine":"postgres","ha":false}'
mcp
run_tool({ provider: "mcp-cloud-redu-mcp", endpoint: "/plan_managed_datastore", input: {"engine":"postgres","ha":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.