List tables
list_tablesList database tables, optionally filtered by schema, returning schema and table names.
Instructions
List tables in the database, optionally filtered to a single schema. Returns table_schema and table_name for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Optional schema name to filter by, e.g. 'dbo' |