list_tables
Retrieve all table names from a SQL Server database, with optional filtering by database and schema.
Instructions
List all tables in a specific database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (optional, uses current database if not specified) | |
| schema | No | Schema name (optional, defaults to dbo) |