list_tables
Retrieve all tables in a SQL Server database, with optional schema and database parameters to target specific areas for schema exploration.
Instructions
List all tables in a specific database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (optional, defaults to dbo) | |
| database | No | Database name (optional, uses current database if not specified) |