append_file
Append content to a remote file over SSH. Provide the absolute file path and text to add, optionally selecting a configured host.
Instructions
Append content to a remote file.
Args: path: Absolute path to the file. content: Text content to append. host_name: Named host from SSH_HOSTS config; uses default host if omitted.
Returns: Success message or error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| host_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |