Skip to main content
Glama

CSV Editor

by santoshray02

export_csv

Export session data from the CSV editor into CSV or other formats by specifying session ID, file path, encoding, and indexing preferences for streamlined data sharing and storage.

Instructions

Export session data to various formats.

Input Schema

NameRequiredDescriptionDefault
encodingNoutf-8
file_pathNo
formatNocsv
indexNo
session_idYes

Input Schema (JSON Schema)

{ "properties": { "encoding": { "default": "utf-8", "title": "Encoding", "type": "string" }, "file_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "File Path" }, "format": { "default": "csv", "title": "Format", "type": "string" }, "index": { "default": false, "title": "Index", "type": "boolean" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id" ], "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