mcp_get_column_stats
Analyze column statistics in SQL Server tables to understand data distribution, identify patterns, and assess data quality for specific columns.
Instructions
Get comprehensive statistics for a specific column in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Fully qualified table name (schema.table), e.g. "api.Idiomas" | |
| column_name | Yes | Name of the column to analyze |