pg_list_schemas
List non-system PostgreSQL schemas, optionally overriding the database or connection profile for targeted exploration.
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 (PG_DEV_* / PG_QA_*). Omit to use the sticky session profile from pg_set_profile / PG_PROFILE. | |
| database | No | Optional database name override |