IA
Inside Ads
/get_draft_status
get draft status
Check what happened to a campaign draft you created with create_campaign_draft: whether the user opened the link, signed in and paid. Poll this instead of askin
liveverifiedunknown~5s typical
mcpprobedinsideads
$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-ad-inside-inside-ads /get_draft_status for me.
Input
| Field | Type | Description |
|---|---|---|
| draftId* | string | draftId returned by create_campaign_draft |
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-ad-inside-inside-ads","endpoint":"/get_draft_status","input":{"draftId":"..."}}'cli
npx cracked-ai run -p mcp-ad-inside-inside-ads -e /get_draft_status -i '{"draftId":"..."}'mcp
run_tool({ provider: "mcp-ad-inside-inside-ads", endpoint: "/get_draft_status", input: {"draftId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.