list_schemas
Retrieve database schemas from a specified watsonx.data catalog. Provide catalog name and engine ID to get a list of schemas with their names and total count.
Instructions
List database schemas in a watsonx.data catalog.
Args: catalog_name: Catalog to list schemas from (e.g., "iceberg_data", "hive_data", "tpch") engine_id: Engine ID for metadata queries (from list_engines)
Returns: Dict with: - schemas: List of schema objects with schema_name, catalog_name - total_count: Number of schemas found - catalog_name, engine_id: Echo of inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_name | Yes | ||
| engine_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||