sb_import
Reads a public URL and adds its structure and content to the open page as native elements styled with the page's own tokens, without copying the source layout or CSS. A dry run returns what was found.
Instructions
Read a page from any public URL and add its structure and content to the OPEN page as real elements, styled with this page's own tokens. Not a clone: the source's layout and CSS are not copied. Dry run returns what was found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to read | |
| dry_run | No | ||
| site_id | No | ||
| max_nodes | No | Default 300 — the bound on the whole import | |
| max_images | No | Default 24 — every image is an upload | |
| max_sections | No | ||
| upload_images | No | Copy the images into this site's media library, default true | |
| nav_timeout_ms | No | How long to wait for a page to answer at all. Default 30000; raise it for a slow origin |