Fetch a public HTTPS URL and return extracted text and page metadata. Lean mode — no evidence bundle stored, no bundle_id returned. Use for raw text extraction from web pages and online documents. Use url.summarize for summaries, url.qa for Q&A, url.translate for translation, document.extract_text for base64 file uploads.
Returns: { url, title, word_count, text, final_url (after redirects) }
Example prompts:
- "Extract the text from https://example.com/report.pdf for me."
- "Get me the raw content of this web page: [URL]."
- "Pull the text from this online article so I can analyze it."
Connector