Create a Pro database
pro_create_databaseCreate a new always-on database owned by the Pro account. Beyond the included allotment this costs extra per month — the tool then returns confirmation_required with the exact price; relay it to the user and only retry with accept_overage_usd after their explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pro_token | No | Pro account token (pt_...). Optional if the MCP connection already sends Authorization: Bearer pt_... | |
| accept_overage_usd | No | Explicit overage consent, e.g. "1.50", only after the user approved. |