Skip to main content
Glama

CSV MCP Server

filter_data

Filter CSV data by applying column conditions to extract specific rows. Use simple value matching or complex operators like greater than, less than, and text contains to refine your dataset.

Instructions

Filter CSV data based on conditions. Args: filename: Name of the CSV file conditions: Dictionary of column conditions. Simple: {"column": "value"} Complex: {"column": {"gt": 5, "lt": 10, "contains": "text"}} limit: Optional limit on number of rows to return Returns: Dictionary with filtered data

Input Schema

NameRequiredDescriptionDefault
conditionsYes
filenameYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "conditions": { "additionalProperties": true, "title": "Conditions", "type": "object" }, "filename": { "title": "Filename", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" } }, "required": [ "filename", "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/NovaAI-innovation/csv-mcp-server'

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