Import Public Source
source_importFetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks. Only works with public HTTP/HTTPS pages. Does not bypass login, CAPTCHA, or paywalls. Returns extracted fields and suggestedBlocks for use with page_create_from_brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Preferred output locale if obvious from the conversation, such as es or en. | |
| sourceUrl | Yes | Public http/https source URL to import. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| brief | Yes | ||
| finalUrl | Yes | ||
| warnings | Yes | ||
| extracted | Yes | ||
| fetchMode | Yes | ||
| sourceUrl | Yes | ||
| confidence | Yes | ||
| suggested_blocks | Yes |