bytebot_write_file
Write base64-encoded content to files on your filesystem using ByteBot MCP Server's file I/O capabilities for automated task execution.
Instructions
Write content to a file on the filesystem. Content must be base64-encoded.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the file to write | |
| content | Yes | Base64-encoded file content |