db_list_schemas
List non-system schemas in PostgreSQL, optionally overriding database and connection profile (dev|qa) to query specific environments.
Instructions
List non-system schemas. Optional database and/or profile (dev|qa) override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile: "dev" | "qa" | "default". Uses credentials from mcp.json (DBEAVER_DEV_* / DBEAVER_QA_* or PG_DEV_* / PG_QA_*). Omit to use the sticky session profile from db_set_profile / DBEAVER_PROFILE. | |
| database | No | Optional database name override |