page_assets
Retrieve a complete JSON asset manifest from a URL, with all image, stylesheet, script, font, icon, and media references resolved to absolute URLs and deduplicated. Useful for site audits or migrations.
Instructions
Fetch a URL and return a JSON inventory of every asset it references — images (incl. srcset), stylesheets, scripts, fonts, icons/favicons and media — all resolved to absolute URLs and deduplicated. Returns an error if the URL is unreachable. Has no side effects. Free. Ideal for auditing or migrating a site: get the full asset manifest in one cheap call instead of loading the page into context. Do NOT use to list hyperlinks — use page_links instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch (http:// or https://). |