Write a workspace file
write_fileCreate or overwrite a text file in the sandboxed workspace directory, automatically creating any missing parent directories.
Instructions
Create or overwrite a text file inside the server's sandboxed 'workspace' directory. Parent directories are created automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file, relative to the workspace root. | |
| content | Yes | The full text content to write. |