list_tables
List tables and views in an Oracle database schema using a named connection. Optionally filter by schema or a LIKE pattern.
Instructions
List tables and views in a database schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | LIKE pattern to filter table names (e.g., 'MTX%') | |
| schema | No | Schema name (defaults to current user's schema) | |
| connection | Yes | Name of the database connection to use | |
| include_views | No | Whether to include views (default: true) |