visit_page
Extract and read the text content of a webpage to get the full article or summary after a search.
Instructions
Fetch a web page and return its text content. Use this after google_search to read the actual content of a result.
Sample prompts that trigger this tool: - "Read this article for me: https://example.com/article" - "What does this page say? https://..." - "Summarize the content at this URL" - "Go to this link and tell me what it says"
Args: url: The full URL to visit and extract text from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |