Skip to main content
Glama

CSV Editor

by santoshray02

group_by_aggregate

Group CSV data by specific columns and apply aggregation functions for efficient data analysis and summarization within the CSV Editor MCP server.

Instructions

Group data and apply aggregation functions.

Input Schema

NameRequiredDescriptionDefault
aggregationsYes
group_byYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "aggregations": { "additionalProperties": true, "title": "Aggregations", "type": "object" }, "group_by": { "items": { "type": "string" }, "title": "Group By", "type": "array" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "group_by", "aggregations" ], "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