measure_domain
Measure a domain RIGHT NOW instead of reading the archive: 9 real HTTP requests, one from a browser user-agent and one per AI crawler user-agent, plus robots.txt / llms.txt / sitemap. Use it for any site the index has not reached yet, or when the caller wants a fresh verdict after changing robots.txt or a WAF rule. Returns the same fixes list as domain_readiness, derived from the fresh measurement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | A bare domain, e.g. "wikipedia.org" (no scheme, no path). | |
| force | No | Measure again even if the archive already has a verdict from the last 24 hours (default false). |