AI HomeDesign MCP
AH
AI HomeDesign MCP
/wait_for_result

wait for result

Poll a process until it is `done` or `failed` (or until timeout), then return the final result image URLs. Respects the API's 5s minimum poll interval.

liveverifiedunknown~5s typical
mcpprobedaihomedesignmcp
$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-aihomedesign-aihomedesign-mcp /wait_for_result for me.

Input

FieldTypeDescription
process_id*string
timeout_secondsinteger default 180
poll_secondsinteger default 6

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-aihomedesign-aihomedesign-mcp","endpoint":"/wait_for_result","input":{"process_id":"...","timeout_seconds":180,"poll_seconds":6}}'
cli
npx cracked-ai run -p mcp-com-aihomedesign-aihomedesign-mcp -e /wait_for_result -i '{"process_id":"...","timeout_seconds":180,"poll_seconds":6}'
mcp
run_tool({ provider: "mcp-com-aihomedesign-aihomedesign-mcp", endpoint: "/wait_for_result", input: {"process_id":"...","timeout_seconds":180,"poll_seconds":6} })

Try it

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