show_tables
Retrieve a list of all tables in a specified database, with optional pattern filtering for table names.
Instructions
List all tables in the specified database.
Args: database: The database name like: Optional pattern to filter table names
Returns: List[Dict]: A list of table information dictionaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| like | No |