Skip to main content
Glama

CSV Editor

by santoshray02

filter_rows

Remove or isolate rows in CSV files using specific conditions to refine datasets. Supports multiple criteria and modes for precise data filtering.

Instructions

Filter rows based on conditions.

Input Schema

NameRequiredDescriptionDefault
conditionsYes
modeNoand
session_idYes

Input Schema (JSON Schema)

{ "properties": { "conditions": { "items": { "additionalProperties": true, "type": "object" }, "title": "Conditions", "type": "array" }, "mode": { "default": "and", "title": "Mode", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "conditions" ], "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