List Tables
list_tablesList all tables within a specified schema of a connected Microsoft SQL Server database, using a named connection and optional schema filter.
Instructions
List all tables in the connected database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') |