Analyze Website
analyze_websiteScrape any URL to get an AI-written business description, enabling preview of website text before you create or update the site.
Instructions
Scrape a URL and return an AI-written business description as { description }, without creating or changing any website. Use it to draft or preview the text before create_website or update_website, then pass the result as their description. Consumes one AI generation from the monthly quota unless a precomputed description already exists for that domain, and refunds it if generation fails. Returns 400 when the quota is exhausted or url is not a valid URL, and an error when the page has too little readable text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full website URL to scrape (e.g. "https://example.com") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | { description }: the AI-written business description, ready to pass to create_website or update_website. |