list_tables
List all tables and views in a database schema. Specify an optional schema name and control whether views are included.
Instructions
List all tables and views in a schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (optional, uses default if not specified) | |
| include_views | No | Whether to include views (default: true) |