List HANA schemas
hana_list_schemasDiscover available database schemas in SAP HANA. Filter by prefix and paginate results to explore schemas efficiently.
Instructions
List schemas in the HANA database with optional prefix filter and pagination (HANA_LIST_DEFAULT_LIMIT / offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max schemas to return (capped by server) | |
| offset | No | Skip this many schemas (paging) | |
| prefix | No | Optional case-sensitive prefix filter (SQL LIKE prefix%) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| nextOffset | No | ||
| totalAvailable | Yes |