mcp_table_analysis
Analyze SQL Server table structure, columns, keys, indexes, and constraints to understand database design and relationships.
Instructions
Comprehensive SQL Server table analysis including structure, columns, keys, indexes, and constraints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Fully qualified table name (schema.table), e.g. "dbo.Users" or "api.Idiomas" |