read_file
Read the contents of any file on a VPS by specifying its absolute path. Optionally set a maximum line count to limit the output.
Instructions
Read the contents of a file on the VPS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file on the VPS | |
| max_lines | No | Max number of lines to return (reads entire file if omitted) |