Translate files with verificationLILT_MCP_TRANSLATE_FILES_WITH_VERIFICATION
Create a verified translation job that will be assigned to professional LILT
linguists for translation and review.
IMPORTANT TWO-STEP WORKFLOW:
STEP 1 - Get Quote (user_confirmed=False, default):
- Call this tool WITHOUT user_confirmed or with user_confirmed=False
- Returns a quote showing credits needed, current balance, and detailed breakdown
- NO job is created, NO credits are deducted
- Show the user the quote and ask for explicit confirmation
STEP 2 - Create Job (user_confirmed=True):
- Only after user explicitly confirms, call this tool again with user_confirmed=True
- Creates the job and deducts credits
- Returns the created job details
Credit Handling:
- If insufficient_credits=True: Inform user they don't have enough credits and
suggest purchasing more at https://mcp.lilt.com/home
- If credits are sufficient but low (10 or fewer): Warn user about low balance
and suggest purchasing more credits
- If credits are sufficient: Show quote details (credits needed, current balance,
balance after) and ASK FOR EXPLICIT CONFIRMATION before proceeding to step 2
If the tool throws a ValueError related to no trained models existing for a
language pair, then tell this to the user and ask if they would like to
create a trained model.