Skip to main content
Glama
MIT License
5
  • Apple

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

NameRequiredDescriptionDefault
column_nameYesName of the column to analyze
table_nameYesFully qualified table name (schema.table), e.g. "api.Idiomas"

Input Schema (JSON Schema)

{ "properties": { "column_name": { "description": "Name of the column to analyze", "type": "string" }, "table_name": { "description": "Fully qualified table name (schema.table), e.g. \"api.Idiomas\"", "type": "string" } }, "required": [ "table_name", "column_name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hendrickcastro/MCPQL'

If you have feedback or need assistance with the MCP directory API, please join our Discord server