close_session
Terminate and clean up a session in the CSV Editor MCP server to free resources and ensure efficient data processing. Requires a valid session_id.
Instructions
Close and clean up 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"
}