Skip to main content
Glama

CSV Editor

by santoshray02

configure_auto_save

Enable and customize auto-save settings for CSV Editor sessions, allowing backup strategies, intervals, directory paths, and file formats to ensure data security and recovery.

Instructions

Configure auto-save settings for a session.

Input Schema

NameRequiredDescriptionDefault
backup_dirNo
custom_pathNo
enabledNo
encodingNoutf-8
formatNocsv
interval_secondsNo
max_backupsNo
modeNoafter_operation
session_idYes
strategyNobackup

Input Schema (JSON Schema)

{ "properties": { "backup_dir": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Backup Dir" }, "custom_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Custom Path" }, "enabled": { "default": true, "title": "Enabled", "type": "boolean" }, "encoding": { "default": "utf-8", "title": "Encoding", "type": "string" }, "format": { "default": "csv", "title": "Format", "type": "string" }, "interval_seconds": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Interval Seconds" }, "max_backups": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max Backups" }, "mode": { "default": "after_operation", "title": "Mode", "type": "string" }, "session_id": { "title": "Session Id", "type": "string" }, "strategy": { "default": "backup", "title": "Strategy", "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