translate_report
Translate an existing report to another language as a sibling draft. Runs as a background task and updates status for retrieval.
Instructions
Translate an existing report to another language — creates a
SIBLING in the same analysis_group. Runs as a background task
so this tool returns in <1 s with the sibling as status='draft'.
Poll get_report(sibling_id) until status flips to 'final'
(~30–90 s on Sonnet 4.6 depending on length).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | override generation model | claude-sonnet-4-6 |
| report_id | Yes | source report UUID | |
| target_language | Yes | 'en' | 'tr' | 'ru' | 'uz' (≠ source) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||