search_translation_memory
Find existing translations in memory to avoid duplication and ensure consistency across localization projects.
Instructions
Search the translation memory for existing translations.
Use this to check if translations already exist before creating new ones, or to find reference translations for consistency.
Args: query: Text to search for in the translation memory. source_language_code: Source language code (default: "en"). target_language_code: Optional target language code to filter results. min_score: Minimum fuzzy match score (0-100). Default 0 returns all. limit: Maximum number of results (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| source_language_code | No | en | |
| target_language_code | No | ||
| min_score | No | ||
| limit | No |