listSchemas
listSchemasDiscover schema names visible to the current user when the target schema is unknown. Use listTables to enumerate objects within a selected schema.
Instructions
Discover schema names visible to the current user when the target schema is unknown. Use listTables next to enumerate objects in one schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Database to run against. Call listConnections for valid names; do not guess. | |
| includeSystem | No | Include system schemas. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemas | No | Schema names. |