read
Fetch line-numbered content from UTF-8 files on a selected remote SSH host, with optional offset and limit for viewing specific sections.
Instructions
Read a UTF-8 text file and return line-numbered content. REMOTE: paths live on selected target (ssh target.ssh); reads run on the remote host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of lines to return. Defaults to 2000. | |
| offset | No | 1-based first line to return. Defaults to 1. | |
| target | Yes | Exact target name from remote_ssh_targets list. Always select the intended host explicitly. | |
| file_path | Yes | Path to read, on the remote host selected target. A relative path resolves against the target root. |