list_tables
Retrieve all tables in a SQL Server database, with optional filtering by schema or name pattern.
Instructions
List all tables in a database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name (uses default if not specified) | |
| schema | No | Filter by schema name | |
| name_pattern | No | Filter tables by name pattern (SQL LIKE syntax) |