create_repl
Create a new programming workspace with specified title and language, optionally adding descriptions and setting privacy.
Instructions
Create a new repl
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new repl | |
| language | Yes | Programming language/template for the repl (e.g., python3, nodejs, html) | |
| description | No | Optional description for the repl | |
| isPrivate | No | Whether the repl should be private (default: false) |