sprkly
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

FieldTypeDescription
content_hint*stringWhat the post should be about: a topic, phrase, or key message.
platformsarrayIntended platforms, used to pick the caption length ceiling.
tonestring (casual | professional | promotional)Voice for the draft. default "casual"
namestringOptional label for the draft.
profile_idsarrayOptional 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.