list_tables
List tables in a data source with optional keyword filter to find and verify table names before writing SQL.
Instructions
List tables in a data source. Use keyword to filter by name. Verify table names here before writing SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_id | Yes | Data source ID from list_data_sources | |
| keyword | No | Filter keyword for table names (e.g., 'user', 'order') |