Read File (Deprecated)
read_fileRead a file's complete contents as text, with optional head and tail line limits. Deprecated; use read_text_file for new implementations.
Instructions
Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| head | No | If provided, returns only the first N lines of the file | |
| path | Yes | ||
| tail | No | If provided, returns only the last N lines of the file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes |