Skip to main content
Glama

CSV Editor

by santoshray02

load_csv_from_content

Parse and load CSV data directly from string content into a structured format for manipulation and analysis within the CSV Editor MCP server. Specify delimiter, header presence, and session ID for customization.

Instructions

Load CSV data from string content.

Input Schema

NameRequiredDescriptionDefault
contentYes
delimiterNo,
has_headerNo
session_idNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "delimiter": { "default": ",", "title": "Delimiter", "type": "string" }, "has_header": { "default": true, "title": "Has Header", "type": "boolean" }, "session_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session Id" } }, "required": [ "content" ], "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