write_workspace_file
Write or overwrite text content to any file in a sandboxed workspace. Automatically creates missing directories, ideal for saving notes, code, or outputs.
Instructions
Write or overwrite text content to a specific file inside the sandboxed workspace folder. Automatically creates directories if they do not exist. Use this to save notes, code, or outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |