Skip to main content
Glama

CSV Editor

by santoshray02

update_column

Modify or transform data in a specific column using operations like replace, extract, or split. Simplify CSV data editing with precise column-level updates.

Instructions

Update values in a specific column with simple operations like replace, extract, split, etc.

Input Schema

NameRequiredDescriptionDefault
columnYes
operationYes
patternNo
replacementNo
session_idYes
valueNo

Input Schema (JSON Schema)

{ "properties": { "column": { "title": "Column", "type": "string" }, "operation": { "title": "Operation", "type": "string" }, "pattern": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pattern" }, "replacement": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Replacement" }, "session_id": { "title": "Session Id", "type": "string" }, "value": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Value" } }, "required": [ "session_id", "column", "operation" ], "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