Daily Studio Teleprompter
DS
Daily Studio Teleprompter
/archive_planned_scripts

Archive planned scripts

Archive scripts out of the user's working plan, by id — or restore archived ones with `restore: true`. Archiving is reversible and keeps the script and any reco

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 /archive_planned_scripts for me.

Input

FieldTypeDescription
ids*arrayThe scripts to archive (or restore). Ids come from list_planned_scripts.
restorebooleantrue brings archived scripts back into the plan instead. Default false.

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

Try it

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