Skip to main content
Glama

CSV Editor

by santoshray02

load_csv_from_url

Load CSV data directly from a URL for quick processing and manipulation. Supports custom encoding and delimiters for accurate file handling within a robust CSV editing environment.

Instructions

Load a CSV file from a URL.

Input Schema

NameRequiredDescriptionDefault
delimiterNo,
encodingNoutf-8
session_idNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "delimiter": { "default": ",", "title": "Delimiter", "type": "string" }, "encoding": { "default": "utf-8", "title": "Encoding", "type": "string" }, "session_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Session Id" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "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