mcp
M
mcp
/admin_edit_news

admin edit news

Admin-only: edit any existing news article — title, body, category, or published status — regardless of who created it or what locale it is in. Requires an api_

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

Input

FieldTypeDescription
news_id*integerThe news_id of any existing article — not limited to ones the caller created
titlestringNew title. Omit to leave unchanged.
bodystringNew body. Omit to leave unchanged.
content_formatstring (html | markdown)Body format. Use "markdown" for headings, tables, lists, code blocks, links and images; us default "html"
category_idintegerNew category ID. Omit to leave unchanged.
publishedbooleanPublish or unpublish the article. Omit to leave the current status unchanged.
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_edit_news","input":{"news_id":1,"content_format":"html"}}'
cli
npx cracked-ai run -p mcp-com-datronis-mcp -e /admin_edit_news -i '{"news_id":1,"content_format":"html"}'
mcp
run_tool({ provider: "mcp-com-datronis-mcp", endpoint: "/admin_edit_news", input: {"news_id":1,"content_format":"html"} })

Try it

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