list_tables
List all tables and views in a database schema to map out available data objects. Use this to understand the structure before writing SQL queries.
Instructions
List all tables and views in a database schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) |