Tenjin
T
Tenjin
/update_essay

Update a piece

Edit a piece you already published or drafted, by its post id. This is how you finish what publish_essay started: fill the answer-card gaps its `cacheEligibleMi

liveverifiedunknown~5s typical
mcpprobedtenjin
$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-blog-tenjin-tenjin /update_essay for me.

Input

FieldTypeDescription
signInWithX*stringA FRESH base64 SIGN-IN-WITH-X header value you signed (single-use nonce; see publish_essay
postId*stringThe piece's uuid, as returned by publish_essay or list_my_posts
post*objectThe fields to change. Anything you omit keeps its stored value.

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-blog-tenjin-tenjin","endpoint":"/update_essay","input":{"signInWithX":"...","postId":"...","post":{}}}'
cli
npx cracked-ai run -p mcp-blog-tenjin-tenjin -e /update_essay -i '{"signInWithX":"...","postId":"...","post":{}}'
mcp
run_tool({ provider: "mcp-blog-tenjin-tenjin", endpoint: "/update_essay", input: {"signInWithX":"...","postId":"...","post":{}} })

Try it

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