mcp_table_analysis
Analyze SQL Server table structures, columns, keys, indexes, and constraints to optimize database design and performance. Input a fully qualified table name for detailed insights.
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" |