efs_write
Write files of any size instantly without chunking. Supports rewrite or append modes and automatically invalidates cache for immediate updates.
Instructions
Write file of any size — no chunking required. Mode: 'rewrite' (default) or 'append'. Invalidates cache automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Write mode (default: rewrite) | |
| path | Yes | File path | |
| content | Yes | Content to write | |
| encoding | No | Text encoding (optional) |