M
mcp
/submit_news_translation
submit news translation
Publish your own translation of an already-published English article into a new locale. Unlike draft_news's target_locales (which asks Datronis's own server to
liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datronis-mcp /submit_news_translation for me.
Input
| Field | Type | Description |
|---|---|---|
| news_id* | integer | The news_id of the published English source article (from get_news or get_missing_news_tra |
| locale* | string | 2-letter target locale code (e.g. "fi") — see get_missing_news_translations for what a giv |
| title* | string | Translated title, in the target locale |
| body* | string | Translated body, in the target locale — HTML or plain text, same format as the source |
| content_format | string (html | markdown) | Body format. Use "markdown" for headings, tables, lists, code blocks, links and images; us default "html" |
| api_key | string | Your Datronis personal access token (starts with "dtk_"). Generate one at /app/api-keys/. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datronis-mcp","endpoint":"/submit_news_translation","input":{"news_id":1,"locale":"...","title":"...","body":"...","content_format":"html"}}'cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /submit_news_translation -i '{"news_id":1,"locale":"...","title":"...","body":"...","content_format":"html"}'mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/submit_news_translation", input: {"news_id":1,"locale":"...","title":"...","body":"...","content_format":"html"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.