list_tables
Retrieve all tables from a database using connection details and output in JSON or CSV format for database analysis and exploration.
Instructions
List all tables in a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_string | No | Database connection URL or configured connection name (e.g., "oracle" for USQL_ORACLE) | |
| database | No | Optional database name to list tables from (if not specified in connection) | |
| output_format | No | Output format for results (default: json) | |
| timeout_ms | No | Optional timeout in milliseconds for this call (overrides defaults). Use null for unlimited. |