Ask AI
AA
Ask AI
/save_target

save target

Store a merchant's GOAL for a metric over a calendar period ('we need £80k this month'). TRIGGER: whenever the user states a target/goal/budget for a metric. Th

liveunknown~5s typical
mcpaskai
$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-com-ask-ai-data-connector-ask-ai /save_target for me.

Input

FieldTypeDescription
metric*stringCanonical metric key, e.g. 'revenue', 'orders', 'aov', 'cvr', 'refund_rate'. Validated aga
periodstring (month | quarter | year)Calendar period the target is for. Defaults to 'month'. The target attaches to the CURRENT
targetValue*numberThe goal value in MAJOR currency units for money metrics (80000 = £80k), or the raw value
storestringSub-store key (e.g. 'acme-store-us'). REQUIRED for money metrics. Omit for a workspace-wid
notestringOptional free-text context, e.g. 'stretch goal after the BFCM push'.

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-com-ask-ai-data-connector-ask-ai","endpoint":"/save_target","input":{"metric":"...","targetValue":1}}'
cli
npx cracked-ai run -p mcp-com-ask-ai-data-connector-ask-ai -e /save_target -i '{"metric":"...","targetValue":1}'
mcp
run_tool({ provider: "mcp-com-ask-ai-data-connector-ask-ai", endpoint: "/save_target", input: {"metric":"...","targetValue":1} })

Try it

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