S
sprkly
/sprkly_get_post_status
Get post status
Full detail for one post: status, targets, scheduled and published times, permalink, and the failure reason if it did not publish. Media comes back as mediaIds
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_get_post_status for me.
Input
| Field | Type | Description |
|---|---|---|
| post_id* | string | The scheduled post id. |
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_get_post_status","input":{"post_id":"..."}}'cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_get_post_status -i '{"post_id":"..."}'mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_get_post_status", input: {"post_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.