create_database
Provision a database from a marketplace template, auto-generating credentials and resolving required fields for deployment.
Instructions
Provision a database from a ready marketplace template. The MCP tool resolves required DB names and secret-like template fields here, including random password generation, before sending the deploy request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | ||
| cpu_limit | No | ||
| project_id | No | ||
| route_slug | No | ||
| storage_gb | No | ||
| template_id | Yes | ||
| memory_limit | No | ||
| project_name | No | ||
| env_overrides | No | ||
| compute_placement | No | auto | |
| tcp_allowed_cidrs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |