sprkly
S
sprkly
/sprkly_update_scheduled_post

Reschedule or edit a post

Change the caption, publish time, target accounts or attached media on a post that has not published yet. Only posts with status "scheduled" can be edited.

liveunknown~5s typical
mcpsprkly
$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-app-sprkly-sprkly /sprkly_update_scheduled_post for me.

Input

FieldTypeDescription
post_id*stringThe scheduled post id.
captionstringReplacement caption, max 2200 characters.
scheduled_timestringNew ISO 8601 publish time. Must be in the future.
profile_idsarrayReplacement target accounts. Platforms are re-derived from them.
media_idstringReplacement sprkly media file id. Shorthand for a one-item media_ids.
media_idsarrayReplacement media, in slide order. Replaces the whole set, it does not append — pass every

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-app-sprkly-sprkly","endpoint":"/sprkly_update_scheduled_post","input":{"post_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_update_scheduled_post -i '{"post_id":"..."}'
mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_update_scheduled_post", input: {"post_id":"..."} })

Try it

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