list_tables
List tables and views in a SQL Server database, using an optional schema name filter to narrow results.
Instructions
List tables and views in the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | No | Optional schema name filter (e.g. 'dbo', 'sales'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |