sprkly
S
sprkly
/sprkly_import_automation_template

Import an auto reply template

Read an auto reply template, and optionally set it up. With no profile_id NOTHING is written: the template is checked and handed back, which is the safe first c

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

Input

FieldTypeDescription
template*objectThe template, as an object or as the file text.
profile_idstringThe Instagram account to set it up on. Leave this out to only check the template.
post_idstringThe published post to watch. Needed for a keyword or every-comment trigger.

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_import_automation_template","input":{"template":{}}}'
cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_import_automation_template -i '{"template":{}}'
mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_import_automation_template", input: {"template":{}} })

Try it

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