overleaf_move_entity
Move a document, file, or folder to a new location within an Overleaf project by specifying the project ID, entity path, and destination folder path.
Instructions
Moves a document, file, or folder to a new folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The full path to the entity to move (e.g. 'main.tex'). | |
| projectId | Yes | The ID of the Overleaf project. | |
| newParentFolderPath | Yes | The path to the destination folder (e.g. 'my-folder'). Use '/' for root. |