S
sprkly
/sprkly_draft_post
Draft a post
Compose a caption from a content hint and save it as a draft in sprkly, shaped to the tightest caption limit among the target platforms. Returns a draft id; the
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_draft_post for me.
Input
| Field | Type | Description |
|---|---|---|
| content_hint* | string | What the post should be about: a topic, phrase, or key message. |
| platforms | array | Intended platforms, used to pick the caption length ceiling. |
| tone | string (casual | professional | promotional) | Voice for the draft. default "casual" |
| name | string | Optional label for the draft. |
| profile_ids | array | Optional accounts to pre-select on the draft. From sprkly_list_profiles. |
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_draft_post","input":{"content_hint":"...","tone":"casual"}}'cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_draft_post -i '{"content_hint":"...","tone":"casual"}'mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_draft_post", input: {"content_hint":"...","tone":"casual"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.