Skip to main content
Glama

MCP Data Wrangler

data_std

Calculate standard deviation for each column in a dataset using a specified degrees of freedom parameter. Input requires a data file path for analysis. Part of MCP Data Wrangler for data preprocessing and statistics.

Instructions

Standard deviation 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