get-glossary-dictionary-entries
Fetch all entries from a specific glossary dictionary using the glossary ID and source/target language codes.
Instructions
Retrieve all the entries from a given glossary dictionary. (A glossary consists one of one or more dictionaries, each of which contains entries for a specific language pair, in one direction. For example, one dictionary could contain entries for translations from German to English, and another dictionary could contain entries for translations from English to German.) To retrieve all entries for a glossary with multiple dictionaries, use the get-glossary-info or list-glossaries tool to find out what dictionaries it contains, then use this tool for each dictionary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glossaryId | Yes | The unique identifier of the glossary | |
| sourceLangCode | Yes | source language code, in standard ISO-639-1 format without a regional variant (e.g. 'en', 'de', 'fr') | |
| targetLangCode | Yes | target language code, in standard ISO-639-1 format without a regional variant (e.g. 'en', 'de', 'fr') |