list_tables
List all tables from a connected database, with options to filter by schema and include views for schema inspection.
Instructions
List all tables in a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Specific schema to list tables from (optional) | |
| connectionId | Yes | The ID or name of the database connection | |
| includeViews | No | Include views in the results |