mcp_table_analysis
Analyze SQL Server table structures, columns, keys, indexes, and constraints by specifying the fully qualified table name, enabling detailed database insights and optimization.
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" |