find_lookup_tables
Identify reference and lookup tables in SQL Server databases automatically using table patterns and row count thresholds.
Instructions
Identify reference/lookup tables automatically based on table patterns
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| maxRows | No | Maximum rows to consider as lookup table (default: 1000) |