Better I18NBetter I18N

listProjects

List all projects you have access to across all organizations.

List all projects you have access to. Call this first to discover available projects before using other tools.

Parameters

This tool takes no parameters.

Example

{}

Response

Returns an array of projects with their details:

{
  "projects": [
    {
      "id": "proj_abc123",
      "name": "My App",
      "slug": "my-app",
      "organization": {
        "id": "org_xyz",
        "name": "My Org",
        "slug": "my-org"
      },
      "sourceLanguage": "en",
      "targetLanguages": ["tr", "de", "fr"],
      "keyCount": 150
    }
  ]
}

Usage

Use this tool first to discover your projects, then use getProject for detailed information about a specific project.

On this page