Daily Studio Teleprompter
DS
Daily Studio Teleprompter
/cancel_scheduled_post

Cancel a scheduled post

Cancel one post that is waiting to go out, by id from list_scheduled_posts. Only works while the post is still waiting; the take becomes approvable again. Confi

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

Try it

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