Check Website Status
aipush.website.statusCheck website readiness after setup by polling status fields. Wait for mip_status 'ready' and cf_hostname_status 'active' before proceeding with page generation.
Instructions
Poll website readiness after setup_website. Returns billing_status, mip_status ('empty'|'pending'|'ready'), cf_hostname_status, cf_ssl_status, pages_total. Gate your workflow: wait for mip_status='ready' AND cf_hostname_status='active' before calling generate_page. Safe to poll repeatedly (AIPush)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_domain | Yes | Domain to check status for (e.g. "example.com"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |