Skip to main content
Glama

MCP Data Wrangler

describe_data

Generate summary statistics and calculate percentiles for input data files using the 'describe_data' tool on the MCP Data Wrangler server, ideal for data analysis and preprocessing tasks.

Instructions

Summary statistics of the input data

Input Schema

NameRequiredDescriptionDefault
input_data_file_pathNoPath to the input data file
interpolationNoInterpolation method used when calculating percentilesnearest
percentilesNoList of percentiles to include in the summary statistics. All values must be in the range [0, 1].

Input Schema (JSON Schema)

{ "properties": { "input_data_file_path": { "description": "Path to the input data file", "type": "string" }, "interpolation": { "default": "nearest", "description": "Interpolation method used when calculating percentiles", "enum": [ "nearest", "higher", "lower", "midpoint", "linear" ], "type": "string" }, "percentiles": { "default": [ 0.25, 0.5, 0.75 ], "description": "List of percentiles to include in the summary statistics. All values must be in the range [0, 1].", "items": { "type": "number" }, "type": "array" } }, "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