create_d1_database
Create a new D1 database in Cloudflare. Requires human approval to execute; without approval, returns a preview of the operation.
Instructions
Create a new D1 database. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Cloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted. | |
| name | Yes | Database name. | |
| primary_location_hint | No | Optional primary location hint, e.g. wnam, weur. | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |