list_tables
List all tables in a database by specifying the connection name. Use to explore and understand database schema before querying.
Instructions
List all tables in a database.
Args: connection: Name of the database connection to use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |