Web Search
Perform web searches to find real-time information from the internet.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | ✅ Yes | - | The search query. |
maxResults | number | ❌ No | 5 | Maximum results to return. |
Required Integrations
tavily
Use Cases
- General research
- Current events
- Supplemental data gathering
- Real-time information
Example Usage
MCP Client
{
"tool": "web_search",
"parameters": {
"query": "example-value"
}
}
Claude Desktop
Use the web_search tool to perform web searches to find real-time information from the internet.
Response Format
The tool returns a structured JSON response with:
data: The actual result datametadata: Execution metadata including timing and provider information
Error Handling
Common errors:
- Missing Integration: Required integration not configured
- Invalid Parameters: Parameters don't match the schema
- Rate Limit: API rate limit exceeded
- Not Found: Resource not found (e.g., company domain doesn't exist)
Related Tools
- See all available tools for more options