Create Database
create_databaseProvision a new PostgreSQL database and receive a connection string ready for immediate use.
Instructions
Provision a new PostgreSQL database. Returns a connection string ready to use immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A short, descriptive name for the database (e.g. "pokemon-tracker", "my-agent-db") |