start_sage_session
Create an isolated SageMath workspace with independent variables to run persistent calculations without affecting other named sessions.
Instructions
Start a named Sage workspace with its own independent variables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workspace name, e.g. 'curves' or 'scratch' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The workspace name this handle was opened for. | |
| message | Yes | Human-readable confirmation. | |
| workspace_token | Yes | Opaque handle for this workspace. Pass it as the 'session' argument of later tool calls to reach the same state regardless of the transport session. Treat it as a secret. |