mcp_get_column_stats
Analyze and retrieve detailed statistics for a specific column in a table using the MCPQL server, enabling efficient data insights and column-level analysis.
Instructions
Get comprehensive statistics for a specific column in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
column_name | Yes | Name of the column to analyze | |
table_name | Yes | Fully qualified table name (schema.table), e.g. "api.Idiomas" |