read_file
Retrieve file contents from a remote server over SFTP by specifying the configured host and absolute path, with an optional byte limit to control the amount returned.
Instructions
Read a remote file over SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Configured host name | |
| path | Yes | Absolute path of the file to read | |
| max_bytes | No | Maximum number of bytes to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |