Skip to main content
Glama

CSV Editor

by santoshray02

trigger_manual_save

Manually save changes to a session in the CSV Editor MCP server by specifying the session ID, ensuring data modifications are securely stored without relying on auto-save.

Instructions

Manually trigger a save for a session.

Input Schema

NameRequiredDescriptionDefault
session_idYes

Input Schema (JSON Schema)

{ "properties": { "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