@@ -19,13 +19,12 @@ The RAG Web Browser Actor allows an AI assistant to:
19
19
20
20
### Tools
21
21
22
- - ** search** : Query Google Search, scrape the top N URLs from the results, and returns their cleaned content as Markdown.
23
- - Arguments:
24
- - ` query ` (string, required): Search term or URL
25
- - ` maxResults ` (number, optional): Maximum number of search results to scrape (default: 1)
26
- - ` scrapingTool ` (string, optional): Select a scraping tool for extracting web pages. Options: 'browser-playwright' or 'raw-http' (default: 'raw-http')
27
- - ` outputFormats ` (array, optional): Select one or more formats for the output. Options: 'text', 'markdown', 'html' (default: [ 'markdown'] )
28
- - ` requestTimeoutSecs ` (number, optional): Maximum time in seconds for the request (default: 40)
22
+ - ** search** : Query Google Search, scrape the top N URLs from the results, and returns their cleaned content as Markdown. Arguments:
23
+ - ` query ` (string, required): Search term or URL
24
+ - ` maxResults ` (number, optional): Maximum number of search results to scrape (default: 1)
25
+ - ` scrapingTool ` (string, optional): Select a scraping tool for extracting web pages. Options: 'browser-playwright' or 'raw-http' (default: 'raw-http')
26
+ - ` outputFormats ` (array, optional): Select one or more formats for the output. Options: 'text', 'markdown', 'html' (default: [ 'markdown'] )
27
+ - ` requestTimeoutSecs ` (number, optional): Maximum time in seconds for the request (default: 40)
29
28
30
29
## 🔄 What is the Model Context Protocol?
31
30
@@ -160,4 +159,4 @@ export APIFY_TOKEN=your-apify-api-token
160
159
npx @modelcontextprotocol/inspector node dist/index.js
161
160
```
162
161
163
- Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
162
+ Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.
0 commit comments