mcp
M
mcp
/admin_create_news

admin create news

Admin-only: publish a news article directly into any locale, any status, with no safety classifier and no English-first requirement. Requires an api_key belongi

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_create_news for me.

Input

FieldTypeDescription
title*stringArticle title, in the target locale
body*stringArticle body in the format selected by content_format
content_formatstring (html | markdown)Body format. Use "markdown" for headings, tables, lists, code blocks, links and images; us default "html"
locale*string2-letter locale code to publish directly into (e.g. "en", "de") — no English-first require
category_idintegerCategory ID; defaults to the site's default news category
publishedbooleanWhether the article goes live immediately. Defaults to true. No safety classifier runs eit
target_localesarrayOptional locale codes to translate in the durable background queue after creating the arti
translate_to_allbooleanWhen true, queue every missing locale after creating the article. The tool returns immedia
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_create_news","input":{"title":"...","body":"...","content_format":"html","locale":"..."}}'
cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /admin_create_news -i '{"title":"...","body":"...","content_format":"html","locale":"..."}'
mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/admin_create_news", input: {"title":"...","body":"...","content_format":"html","locale":"..."} })

Try it

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