List Translation Editions
list_editionsFetch available translation editions with coverage stats to validate edition codes before comparing translations or fetching suttas.
Instructions
List the translation editions available, with coverage stats.
💡 Use this tool when:
Before calling
compare_translationsorget_sutta(edition=...), so you know which edition values are valid and worth comparing.The user asks which editions are loaded in the DB.
🔍 Filtering: Filtered by the server's TRIPITAKA_ENABLED_LANGUAGES
— when Thai is disabled the list is empty. Only enabled languages
are returned.
⚠️ Current state: the DB mostly holds Pāli (default from
SuttaCentral bilara) and English (Sujato). Thai editions
(dhiranandi, jayasaro, mbu, royal) aren't indexed yet — the
list returns empty until they're loaded.
Returns: List of edition objects, each containing: - edition: edition code, e.g. "sujato", "dhiranandi", "mbu" - translator: translator's name - language: ISO code ("pi", "en", "th") - segment_count: how many segments have a translation in this edition - sutta_count: how many suttas have a translation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |