overleaf_create_folder
Create a new folder within an Overleaf project by specifying the project ID, folder name, and optional parent folder path.
Instructions
Creates a new folder in an Overleaf project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the new folder. | |
| projectId | Yes | The ID of the Overleaf project. | |
| parentFolderPath | No | The path of the parent folder. Leave empty for root. |