Skip to main content
Glama

CSV Editor

by santoshray02

get_value_counts

Analyze and count unique values in a CSV column. Optionally normalize, sort, or filter top N values for efficient data insights with the CSV Editor.

Instructions

Get value counts for a column.

Input Schema

NameRequiredDescriptionDefault
ascendingNo
columnYes
normalizeNo
session_idYes
sortNo
top_nNo

Input Schema (JSON Schema)

{ "properties": { "ascending": { "default": false, "title": "Ascending", "type": "boolean" }, "column": { "title": "Column", "type": "string" }, "normalize": { "default": false, "title": "Normalize", "type": "boolean" }, "session_id": { "title": "Session Id", "type": "string" }, "sort": { "default": true, "title": "Sort", "type": "boolean" }, "top_n": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Top N" } }, "required": [ "session_id", "column" ], "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