Skip to main content
Glama

CSV MCP Server

update_csv

Modify specific cell values in CSV files by specifying row index and column name to update data precisely where needed.

Instructions

Update a specific cell in the CSV file. Args: filename: Name of the CSV file to update row_index: Zero-based index of the row to update column: Name of the column to update value: New value for the cell Returns: Dictionary with update results

Input Schema

NameRequiredDescriptionDefault
columnYes
filenameYes
row_indexYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "column": { "title": "Column", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "row_index": { "title": "Row Index", "type": "integer" }, "value": { "title": "Value" } }, "required": [ "filename", "row_index", "column", "value" ], "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/NovaAI-innovation/csv-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server