get_section_content
Extracts specific section content from a LaTeX file in an Overleaf project, enabling targeted analysis and retrieval of document segments using file path and section title.
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 |