get_session_info
Retrieve detailed information about a specific session in the CSV Editor MCP server, using the session ID for precise identification and data access.
Instructions
Get information about a specific 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"
}