List All Constraints
list_constraintsList all constraints across database tables, including check, unique, foreign key, primary key, and default constraints. Filter by schema or constraint type for targeted analysis.
Instructions
List all constraints (check, unique, foreign key, etc.) across tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| constraintType | No | Filter by constraint type (default: ALL) |