Read File (Deprecated)
read_fileRead a file's complete contents as text. Uses optional head or tail parameters to return only the first or last N lines.
Instructions
Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| tail | No | If provided, returns only the last N lines of the file | |
| head | No | If provided, returns only the first N lines of the file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |