get_section_content
Extract specific section content from a LaTeX file in Overleaf projects using file path and section title. Enables targeted access to document sections for analysis or processing.
Instructions
Get content of a specific section
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Path to the LaTeX file | |
gitToken | No | Git token (optional, uses env var) | |
projectId | No | Project ID (optional, uses env var) | |
projectName | No | Project name (default, project2, etc.) | |
sectionTitle | Yes | Title of the section |