Skip to main content
Glama

CSV Editor

by santoshray02

add_column

Add a new column to your CSV data by specifying a name, optional value, or formula. Simplify data manipulation and enhance your dataset structure for better analysis.

Instructions

Add a new column to the dataframe.

Input Schema

NameRequiredDescriptionDefault
formulaNo
nameYes
session_idYes
valueNo

Input Schema (JSON Schema)

{ "properties": { "formula": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Formula" }, "name": { "title": "Name", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "value": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Value" } }, "required": [ "session_id", "name" ], "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