Skip to main content
Glama

CSV Editor

by santoshray02

rename_columns

Change column names in CSV files by specifying a mapping. Simplifies data manipulation and ensures accurate column references in datasets.

Instructions

Rename columns in the dataframe.

Input Schema

NameRequiredDescriptionDefault
mappingYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "mapping": { "additionalProperties": { "type": "string" }, "title": "Mapping", "type": "object" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "mapping" ], "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