repl_get_variable
Retrieve the current value of a variable from an active Python REPL session, returning its name, type, and serialized data.
Instructions
Retrieve the full value of a variable from a session.
Returns: JSON with the variable name, type, and serialized value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |