list_tables
List tables in a SQL Server database. Filter by database, schema, and name pattern to find specific tables for analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| database | No | ||
| tableLike | No | Optional table name filter with % wildcard |