dictionary_translate
Translate a word while preserving its source-sense association. For ambiguous words, run dictionary lookup first and pass the sense ID to get grouped translations that never mix meanings.
Instructions
Translate a word while preserving its source-sense association.
Use dictionary_lookup first for ambiguous words, then pass its sense_id. Results are grouped by source sense and never silently cross senses. max_senses bounds the source-native senses inspected independently of limit. limit is the total translation-candidate budget, fairly shared across matching sense groups. count reports groups and candidate_count reports nested translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Unicode query text; normalized with NFKC and casefold for lookup. | |
| limit | No | Maximum total result budget for this tool. | |
| sense_id | No | ||
| max_senses | No | Maximum source-native lexical senses to inspect. | |
| part_of_speech | No | ||
| source_language | Yes | ISO/BCP-47 language tag. | |
| target_language | Yes | ISO/BCP-47 language tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||