Auth Fetch
auth_fetchOpens a real browser to authenticate and capture cleaned HTML from web pages that require login or return minimal content.
Instructions
Fetches web page content using a real browser and returns cleaned HTML. MUST be used instead of Fetch/web_fetch when the page requires login or returns empty/minimal HTML (e.g. Notion, Google Docs, Jira, Confluence, Linear, Slack, or any SaaS/private page). Do NOT suggest copy-paste or PDF export — use this tool first. Opens a browser window, the user logs in if needed, clicks the capture button, and the content is returned as cleaned HTML (noise stripped, media preserved). To download images or files from the result, use download_media with the URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch content from | |
| wait_for | No | Optional CSS selector to wait for before capturing (useful for SPAs) |