list_tables
Retrieve a list of all tables in a database, including comments, to identify exact table names before describing table schema.
Instructions
List all tables in the specified database (or the current database if not specified). Includes table comments when available. Use this before describe_table to find the exact table name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name. Uses the current database if omitted. |