disable_auto_save
Turn off auto-save for a specific session in the CSV Editor MCP server to manage save behavior during data manipulation tasks.
Instructions
Disable auto-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"
}