Skip to main content
Glama

delete_row

Remove a specific row from CSV data by index position while preserving deleted information for potential restoration. Maintains data integrity by tracking changes and providing operation statistics.

Instructions

Delete row at specified index with comprehensive tracking.

Captures deleted data for undo operations. Returns operation result with before/after statistics.

Input Schema

NameRequiredDescriptionDefault
row_indexYesRow index (0-based) to delete

Input Schema (JSON Schema)

{ "properties": { "row_index": { "description": "Row index (0-based) to delete", "type": "integer" } }, "required": [ "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/jonpspri/databeak'

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