list_tables
List all tables in a database by providing its ID. Receive each table's ID, name, and schema to explore the database structure.
Instructions
List all tables in a database. Returns table ID, name, and schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | The database ID (use list_databases to find it) |