sprkly
S
sprkly
/sprkly_validate_post_policy

Validate against platform rules

Check a caption against each target platform's posting rules before scheduling: caption length, media requirements, hashtag ceilings, whether links are clickabl

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_validate_post_policy for me.

Input

FieldTypeDescription
caption*stringThe caption to check.
platforms*arrayTarget platforms to check against.
mediaUrlsCountintegerHow many images or videos will be attached. Instagram and TikTok require at least one.
hashtagsarrayHashtags posted alongside the caption, if they are not already in it.
titlestringPost title. Required for YouTube, max 100 characters.
platformMetaobjectPlatform-specific publishing options, keyed by platform.

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_validate_post_policy","input":{"caption":"...","platforms":[]}}'
cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_validate_post_policy -i '{"caption":"...","platforms":[]}'
mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_validate_post_policy", input: {"caption":"...","platforms":[]} })

Try it

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