read_file
Read content of a remote file via SSH, using server ID and file path. Specify line offsets and limits to inspect logs or configuration files.
Instructions
Read remote file content (supports line range, suitable for logs and config files)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of lines to read. Leave empty for all | |
| offset | No | Start line (0-based), default 0 | |
| server_id | Yes | Server ID (configured server_id or host:port from quick_connect) | |
| remote_path | Yes | Remote file path |