Skip to main content
Glama

CSV Editor

by santoshray02

validate_schema

Verify CSV data compliance with a predefined schema using a session-specific validation process. Ensures data integrity and structural accuracy within CSV files.

Instructions

Validate data against a schema definition.

Input Schema

NameRequiredDescriptionDefault
schemaYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "schema": { "additionalProperties": { "additionalProperties": true, "type": "object" }, "title": "Schema", "type": "object" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "schema" ], "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