list_database_schemas
Retrieve all schema names from a specified database by providing its database ID.
Instructions
List all schemas in a specific database.
Args: database_id: The ID of the database.
Returns: A list of schema names available in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |