read_file
Access and retrieve specific files from Overleaf projects by providing the file path and project details. Enables reading LaTeX files, analyzing document structure, and extracting content via Git integration.
Instructions
Read a file from an Overleaf project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the file | |
gitToken | No | Git token (optional, uses env var) | |
projectId | No | Project ID (optional, uses env var) | |
projectName | No | Project name (default, project2, etc.) |