list_tables
Retrieve table names from a specified database by entering its name, with optional regex filtering, result limits, and pagination for efficient navigation.
Instructions
List tables in a database
Args: database_name: Name of the database catalog_name: Name of the data catalog expression: Regular expression to filter table names max_results: Maximum number of results to return next_token: Token for pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | No | ||
| next_token | No | ||
| max_results | No | ||
| catalog_name | No | AwsDataCatalog | |
| database_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |