list_tables
Retrieve a list of tables from a Microsoft SQL Server database, with optional filtering by schema to focus on specific data structures.
Instructions
List tables in the current database, optionally filtered by schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (e.g. dbo). If omitted, all schemas are returned. |