Skip to main content
Glama

Microsoft SQL Server MCP Server (MSSQL)

analyze_data_distribution

Analyze column-level data distribution patterns in Microsoft SQL Server tables to assess data quality and identify trends. Specify table, schema, and optional column for targeted insights.

Instructions

Get data distribution patterns for columns to understand data quality and patterns

Input Schema

NameRequiredDescriptionDefault
columnNameNoSpecific column to analyze (analyzes all if not provided)
connectionNameNoNamed connection to use (e.g., 'production', 'staging')
connectionStringNoSQL Server connection string (uses default if not provided)
sampleSizeNoSample size for analysis (default: 1000)
schemaNoSchema name (default: dbo)
tableNameYesName of the table to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "columnName": { "description": "Specific column to analyze (analyzes all if not provided)", "type": "string" }, "connectionName": { "description": "Named connection to use (e.g., 'production', 'staging')", "type": "string" }, "connectionString": { "description": "SQL Server connection string (uses default if not provided)", "type": "string" }, "sampleSize": { "description": "Sample size for analysis (default: 1000)", "type": "number" }, "schema": { "description": "Schema name (default: dbo)", "type": "string" }, "tableName": { "description": "Name of the table to analyze", "type": "string" } }, "required": [ "tableName" ], "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/dperussina/mssql-mcp-server'

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