list_tables
Retrieve all database tables from a Microsoft SQL Server connection using a specified schema or connection string.
Instructions
List all tables in the connected database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
connectionString | No | SQL Server connection string (uses default if not provided) | |
schema | No | Schema name (default: dbo) |