list_databases
List all configured PostgreSQL databases with connection targets and read-only status to identify which accept writes. Passwords are never exposed.
Instructions
List the configured PostgreSQL databases and their read-only status.
Returns each database's name, connection target and whether it accepts writes. Passwords are never included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||