Skip to main content
Glama

CSV MCP Server

remove_row

Remove specific rows from CSV files by index to clean datasets, delete unwanted entries, or prepare data for analysis.

Instructions

Remove a specific row from the CSV file. Args: filename: Name of the CSV file row_index: Zero-based index of the row to remove Returns: Dictionary with removal results

Input Schema

NameRequiredDescriptionDefault
filenameYes
row_indexYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "row_index": { "title": "Row Index", "type": "integer" } }, "required": [ "filename", "row_index" ], "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