DS
Daily Studio Teleprompter
/list_scheduled_posts
Read the publishing queue
Read what the user has approved for publishing and what happened to it: waiting, going up now, published (with the link), failed (with the reason in plain words
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 /list_scheduled_posts for me.
Input
| Field | Type | Description |
|---|---|---|
| state | string (scheduled | publishing | published | failed | cancelled) | Only posts in this state. Omit for the whole queue, newest first. |
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":"/list_scheduled_posts","input":{}}'cli
npx cracked-ai run -p mcp-app-dailystudio-teleprompter -e /list_scheduled_posts -i '{}'mcp
run_tool({ provider: "mcp-app-dailystudio-teleprompter", endpoint: "/list_scheduled_posts", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.