Daily Studio Teleprompter
DS
Daily Studio Teleprompter
/retry_scheduled_post

Retry a failed post

Put one failed post back in the queue, due now — by id from list_scheduled_posts. Use it after the cause in the failure sentence is fixed (say, a reconnected ac

liveunknown~5s typical
mcpdailystudioteleprompter
$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-dailystudio-teleprompter /retry_scheduled_post for me.

Input

FieldTypeDescription
id*stringThe post's id, from list_scheduled_posts.

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

Try it

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