Key Features
- Real-time Results - Access latest information, news, and websites
- Relevance Scoring - Results ranked by relevance to query
- Safe Search - Automatic filtering of inappropriate content
- Multiple Search Modes - General, news, images, academic
- Source Attribution - Know where results came from
How to Enable
For Agents
- Agents > Select Agent > Settings
- Capabilities tab > Attach Capability
- Search for Web Search
- Click Attach
- Save
For MCP Gateways
- Gateways > Select Gateway
- Capabilities tab > Attach Capability
- Search for Web Search
- Click Attach
- Save
Configuration
Web Search has no required configuration. Optional settings in specifications:Available Options
| Option | Default | Effect |
|---|---|---|
safe_search | true | Filter explicit content |
results_limit | 10 | Max results returned |
language | ”en” | Search language |
region | ”US” | Region for localized results |
Usage Examples
Simple Search
News Search
Academic Search
Search Modes
- General
- News
- Images
- Academic
Standard web search across all sources.
Resource Limits
| Limit | Value | Notes |
|---|---|---|
| Timeout | 30 seconds | Per request |
| Max Results | 10 | Per query |
| Max Retries | 3 | Automatic retry on failure |
Limitations
- Cannot search private sites (login required)
- Rate-limited by search provider
- Some sources may block automated searches
- Results vary by region and language
Cost
For current pricing details, see Pricing. Monitor in Account > Usage dashboard.Best Practices
Be Specific
- Good: “Latest PyTorch releases 2025”
- Bad: “Python”
Use Multiple Queries
Break complex questions into focused searches:Combine with Code Runner
Use search results with Python to:- Parse and analyze results
- Extract structured data
- Create summaries
- Generate reports
Cache Results
For frequently searched topics, consider caching results in Files to avoid repeated queries.Troubleshooting
No Results Found
Check:- Query is specific enough
- Not searching for private/paywalled content
- Try different keywords
Slow Responses
- Results being processed through AI ranking
- Network latency
- Large result set being filtered
Missing Recent Results
- Search index may be 24-48 hours behind
- Check different search terms
- Try News mode for very recent information