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
| Field | Type | Description |
|---|---|---|
| caption* | string | The caption to check. |
| platforms* | array | Target platforms to check against. |
| mediaUrlsCount | integer | How many images or videos will be attached. Instagram and TikTok require at least one. |
| hashtags | array | Hashtags posted alongside the caption, if they are not already in it. |
| title | string | Post title. Required for YouTube, max 100 characters. |
| platformMeta | object | Platform-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.