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
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}