Fetch a URL and produce a structured summary with title, key points, and an action-oriented takeaway. Use when the user shares a link and asks for a summary, TL;DR, or "what's this about?".
The user has shared a URL and wants a quick understanding without reading the whole thing.
Fetch — use browser_markdown to get the page as clean text.
Extract structure — produce a summary with:
Length-aware — if the page is very long (>3000 words):
Use UI elements where helpful:
show_alert for important caveats (paywall, opinion piece, sponsored content)offer_choices at the end: "Read in full", "Find related articles", "Save to memory"browser_markdown returns partial content, say so.