list_tables
Lists all tables in a specified schema to reveal the database structure and available data objects before querying.
Instructions
List all tables in a schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name to list tables from (default: "public") | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||