MT
MyMemory Translate
/translate
Translate text
Translate a short text (up to 500 chars) between two languages.
liveverifieddegraded · 634ms
translatelanguagelocalization
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mymemory /translate for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text to translate |
| from | string | Source language code default "en" |
| to* | string | Target language code, e.g. 'es' |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mymemory","endpoint":"/translate","input":{"text":"...","from":"en","to":"..."}}'cli
npx cracked-ai run -p mymemory -e /translate -i '{"text":"...","from":"en","to":"..."}'mcp
run_tool({ provider: "mymemory", endpoint: "/translate", input: {"text":"...","from":"en","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.