Skip to main content
Glama

CSV Editor

by santoshray02

detect_outliers

Identify outliers in numeric columns using the IQR method. Specify custom threshold or columns for precise detection within large CSV files.

Instructions

Detect outliers in numeric columns.

Input Schema

NameRequiredDescriptionDefault
columnsNo
methodNoiqr
session_idYes
thresholdNo

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Columns" }, "method": { "default": "iqr", "title": "Method", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "threshold": { "default": 1.5, "title": "Threshold", "type": "number" } }, "required": [ "session_id" ], "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/santoshray02/csv-editor'

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