Skip to main content
Glama

CSV Editor

by santoshray02

export_history

Generate a file containing operation history from the CSV Editor MCP server. Specify session ID, file path, and format to export detailed records of data manipulation actions.

Instructions

Export operation history to a file.

Input Schema

NameRequiredDescriptionDefault
file_pathYes
formatNojson
session_idYes

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "format": { "default": "json", "title": "Format", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "file_path" ], "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