list_schemas
List PostgreSQL database schemas, excluding system schemas by default; optionally include pg_catalog, information_schema, pg_temp, and pg_toast schemas.
Instructions
List schemas in the database. Excludes system schemas by default. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Which configured database environment to use. Only "default" is configured, so this can be omitted. | |
| include_system | No | Include pg_catalog/information_schema/pg_temp_*/pg_toast* schemas |