Fetch Rich Metadata from URLs
Pull the title, description, thumbnail image, and Open Graph data from any public URL.
Fetch metadata from shared URLs to power link card previews in your application or content feed.
ToolLink PreviewLink cards — the rich previews that appear when a URL is shared in a messaging app, a knowledge base, or a social feed — require fetching and parsing metadata from the target URL. Building this as a custom feature means writing an HTTP client, parsing HTML, extracting the right meta tags, and handling edge cases for the thousands of sites users might share.
The preview_url skill does this reliably for any public URL, returning a structured object with all the fields needed to render a link card: title, description, thumbnail image, site name, and URL. No custom parsing required.
Developers building Slack-like messaging apps, teams maintaining curated resource libraries, and product teams adding link sharing to their platform all use this to add rich link previews without building a custom unfurl service.