list_tables
List all tables in a database by specifying connection and optional database name. Quickly identify available tables for querying or schema inspection.
Instructions
List all tables in a database.
Args: database: Name of the database within the connection (optional). connection_name: Name of the database connection (default: "default").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| connection_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |