Skip to main content
Glama

CSV Editor

by santoshray02

profile_data

Analyzes CSV data to generate detailed profiles, including correlations and outliers, for comprehensive insights during data processing and validation.

Instructions

Generate comprehensive data profile.

Input Schema

NameRequiredDescriptionDefault
include_correlationsNo
include_outliersNo
session_idYes

Input Schema (JSON Schema)

{ "properties": { "include_correlations": { "default": true, "title": "Include Correlations", "type": "boolean" }, "include_outliers": { "default": true, "title": "Include Outliers", "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