write_file
Write text content to a file on a remote server via SSH, overwriting existing file contents. Specify the server, remote path, and content to update files programmatically.
Instructions
Write content to remote file (overwrite)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to write | |
| server_id | Yes | Server ID (configured server_id or host:port from quick_connect) | |
| remote_path | Yes | Remote file path |