create_mathematica_session
Initiate a new, isolated Wolfram Language session for Mathematica computations. Obtain a unique session ID to manage state, execute code, and maintain independence across tasks.
Instructions
Creates and initializes a new, isolated Wolfram Language session.
This tool is the first step for any Mathematica-related task. It returns a unique, secure session identifier (e.g., 'fox-wolf-bear-lion') that you MUST use in subsequent calls to 'execute_code' and 'close_session'.
Each session is completely independent and maintains its own state (variables, function definitions, etc.).
Returns: A string containing a success message and the unique session ID. Example: "Session created successfully. Your session ID is: bee-sloth-auk-mole"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |