list_tables
List all tables accessible to the current user, optionally filtered by schema/owner and name pattern. Quickly identify available tables for data exploration.
Instructions
List all tables accessible to the current user, optionally filtered by schema/owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Optional schema/owner name to filter tables (e.g. SCOTT). Defaults to tables owned by the connected user. | |
| search | No | Optional LIKE pattern to filter table names (e.g. EMP%) |