read_latex_file
Extract and return the content from a specified LaTeX file to access and process document data for analysis or editing.
Instructions
Read and return the contents of a LaTeX file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .tex file to read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file | |
| success | Yes | ||
| message | Yes | ||
| content | No | File content if applicable |