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
| Field | Type | Description |
|---|---|---|
| title* | string | Article title, in the target locale |
| body* | string | Article body in the format selected by content_format |
| content_format | string (html | markdown) | Body format. Use "markdown" for headings, tables, lists, code blocks, links and images; us default "html" |
| locale* | string | 2-letter locale code to publish directly into (e.g. "en", "de") — no English-first require |
| category_id | integer | Category ID; defaults to the site's default news category |
| published | boolean | Whether the article goes live immediately. Defaults to true. No safety classifier runs eit |
| target_locales | array | Optional locale codes to translate in the durable background queue after creating the arti |
| translate_to_all | boolean | When true, queue every missing locale after creating the article. The tool returns immedia |
| 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":"/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.