list_files
Retrieve all files within an Overleaf project, optionally filtered by file extension. Specify project name or ID to access and manage project content efficiently via Git integration.
Instructions
List all files in an Overleaf project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
extension | No | File extension filter (e.g., .tex) | .tex |
gitToken | No | Git token (optional, uses env var) | |
projectId | No | Project ID (optional, uses env var) | |
projectName | No | Project name (default, project2, etc.) |