Skip to main content
Glama
MIT License
5
  • Apple

mcp_quick_data_analysis

Perform quick statistical analysis on SQL Server tables to obtain row counts, column distributions, and top values for efficient data exploration and insights.

Instructions

Quick statistical analysis of a table including row count, column distributions, and top values

Input Schema

NameRequiredDescriptionDefault
sample_sizeNoSample size for statistics calculation
table_nameYesFully qualified table name (schema.table), e.g. "dbo.Users" or "sales.OrderItems"

Input Schema (JSON Schema)

{ "properties": { "sample_size": { "default": 1000, "description": "Sample size for statistics calculation", "type": "number" }, "table_name": { "description": "Fully qualified table name (schema.table), e.g. \"dbo.Users\" or \"sales.OrderItems\"", "type": "string" } }, "required": [ "table_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