Get Page Metadata
get_page_metadataFetch page title, description, canonical URL, and OpenGraph tags to identify a page without downloading full content.
Instructions
Fetch a page and return its metadata: title, description, canonical URL and OpenGraph tags. Cheaper than fetching full content when you only need to identify a page.
Args:
url (string): The page URL.
Returns { title, description, canonical, og }.
Example: { "url": "https://example.com" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL |