text_translate
text_translate
Translate text into another language, preserving formatting. Capped at 30,000 characters
3 credits per call, from your balance — or paid per request in USDC with no account at all.
Runs on Text — Language work: summarise, extract structure, classify, translate.
Arguments
| Name | Type | What it is |
|---|---|---|
text* | string | The text to translate |
to* | string | Target language, e.g. 'French' or 'ar' |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"text":"text","to":"to"},"name":"text_translate"}}Try it in the playground.


