List Overleaf projects
list_projectsList Overleaf projects sorted by most recent update, returning IDs, names, and owners so you can pick a project to open.
Instructions
Lists projects on the configured Overleaf account, sorted by most recently updated. Returns each project's id, name, last update time, and owner. Use the returned id with open_project to start working on a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return, after sorting by most recently updated (default: 30). | |
| name_contains | No | Case-insensitive substring filter on project name. | |
| include_trashed | No | Include trashed projects in the result (default: false). | |
| include_archived | No | Include archived projects in the result (default: false). |