Skip to main content
Glama

CSV Editor

by santoshray02

get_statistics

Generate statistical summaries for numerical columns in CSV files, including percentiles, to analyze and interpret data efficiently using the MCP server.

Instructions

Get statistical summary of numerical columns.

Input Schema

NameRequiredDescriptionDefault
columnsNo
include_percentilesNo
session_idYes

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Columns" }, "include_percentiles": { "default": true, "title": "Include Percentiles", "type": "boolean" }, "session_id": { "title": "Session Id", "type": "string" } }, "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