Open Overleaf project
open_projectOpens an Overleaf project to join its real-time session and cache the file tree. This prerequisite step enables subsequent file operations like list_files, read_file, and edit_file.
Instructions
Joins the project's real-time Socket.IO session and caches its file tree. Must be called before list_files / read_file / edit_file. Switching projects automatically closes the previous session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The Overleaf project id, from list_projects (a hex string like '61d853bcbf1003100e957034'). |