Fetch a public HTTPS URL and return its content translated into a target language. Lean mode — no bundle stored. Use when you need to understand web content in a different language. For extracting raw untranslated text, use url.extract instead.
Returns: { url, translated_text, target_lang, truncated }
Example prompts:
- "Translate https://example.de/artikel into English for me."
- "Translate this German article into Spanish: [URL]."
- "Fetch [URL] and give me the French translation."
ConnectorNo auth