write
Create or overwrite a file with text content. Uses a temporary file and atomic replacement to prevent corruption.
Instructions
Create or overwrite a file atomically (temp file + os.replace).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to the server root | |
| content | Yes | Text content to write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |