mcp
M
mcp
/admin_translate_news

admin translate news

Admin-only: durably queue server-generated translations for an existing published news article. Pass target_locales for selected languages, or omit it to fill e

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 /admin_translate_news for me.

Input

FieldTypeDescription
news_id*integerAny published news row in the translation family.
target_localesarrayLocale codes to fill (for example ["fa","de"]). Omit to queue every locale that is still m
api_keystringYour 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":"/admin_translate_news","input":{"news_id":1}}'
cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /admin_translate_news -i '{"news_id":1}'
mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/admin_translate_news", input: {"news_id":1} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.