upload_translation_key_screenshots_bulk
Upload a screenshot and attach it to multiple translation keys at once, simplifying visual context for localization. Provide base64 image and key list.
Instructions
This tool will upload a screenshot and attach it to multiple translation keys at once.
Provide 'base64' (required), 'name' (required, file name), optional 'ocr' text, and 'translationKeys' (required, min 1, max 1000 entries with 'key' and optional 'namespace').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ocr | No | OCR text extracted from the screenshot (optional). | |
| name | Yes | Screenshot file name. | |
| base64 | Yes | Screenshot image encoded in base64. | |
| translationKeys | Yes | Translation keys to attach the screenshot to (min 1, max 1000). |