fetch_meta
Extract head metadata from a URL to preview a page: title, description, canonical, Open Graph, Twitter Card, article tags, icons, feeds, and JSON-LD, with duplicate keys in arrays.
Instructions
GET a URL and extract its head metadata: title, description, canonical, language, robots directive, Open Graph / Twitter Card / article: properties, icon links, RSS/Atom feed links, and any JSON-LD (schema.org) blocks. Keys that appear more than once (e.g. multiple og:image tags) are additionally returned via ogAll/twitterAll/articleAll arrays. Ideal for previewing a page before fully reading it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract metadata from | |
| max_bytes | No | Default 2MiB — metadata lives in <head> | |
| timeout_ms | No | ||
| user_agent | No | ||
| max_redirects | No | ||
| allow_private_hosts | No |