List projects
crowdin_list_projectsList projects the token can access (id, name, sourceLanguageId, targetLanguageIds). Good first call to discover project ids. Crowdin API: GET /projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| groupId | No | Filter by group id (Enterprise). | |
| hasManagerAccess | No | 1 = only projects where you are a manager. |