You're viewing a demo portfolio

Join the waitlist
PRSM

plan_managed_datastore

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cloud.redu/mcp

1/7 registries
View full server →
plan_managed_datastore — cloud.redu/mcp — PRSM MCP