search
Perform web searches through Google Custom Search API to retrieve current information from the internet for real-time data access.
Instructions
Search the web using Google Custom Search.
Args:
query: The search query string.
num_results: Number of results to return (1-10, default 10).
Returns:
Search results as formatted text.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| num_results | No |