write_file
Write file content safely by encoding it in base64, avoiding JSON serialization issues with special characters.
Instructions
Write a file with base64-encoded content. Use this instead of write/filesystem_write_file when content contains special chars that break JSON serialization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to output file | |
| content_b64 | Yes | Base64-encoded file content |