URL Metadata
fetch_url_metadataExtract metadata from URLs including title, description, images, and publication details to understand webpage content without reading full text.
Instructions
Fetch a URL and extract its metadata: title, description, Open Graph tags (og:image, og:type), Twitter card tags, favicon, canonical URL, author, and publish date. Use to enrich links with context or understand what a page is about without reading the full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch metadata from | |
| timeout | No | Request timeout in milliseconds (default 8000) |