Skip to main content
Glama

MCP Data Wrangler

data_var

Calculate variance values for each column in a dataset using the specified Delta Degrees of Freedom (ddof). Ideal for data preprocessing and descriptive statistics tasks on the MCP Data Wrangler server.

Instructions

Variance values for each column

Input Schema

NameRequiredDescriptionDefault
ddofNoDelta Degrees of Freedom: the divisor used in the calculation is N - ddof
input_data_file_pathYesPath to the input data file

Input Schema (JSON Schema)

{ "properties": { "ddof": { "default": 1, "description": "Delta Degrees of Freedom: the divisor used in the calculation is N - ddof", "minimum": 0, "type": "integer" }, "input_data_file_path": { "description": "Path to the input data file", "type": "string" } }, "required": [ "input_data_file_path" ], "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/shibuiwilliam/mcp-server-data-wrangler'

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