list_schemas
List all schemas in the connected PostgreSQL database. Optionally include system schemas or use one-time server/database/schema overrides.
Instructions
List all schemas in the current database. Requires active connection (use switch_server_db first). Optionally use server/database/schema params for one-time execution on a different server without changing the main connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeSystemSchemas | No | Include system schemas (pg_catalog, information_schema, etc.) | |
| server | No | One-time server override. Execute on this server without changing main connection. | |
| database | No | One-time database override. Uses this database for execution without changing main connection. | |
| schema | No | One-time schema override. Sets search_path for this execution only. |