search_custom_siterestrict
Restricts Google search to specified domains and returns formatted results. Ideal for finding information only within chosen sites.
Instructions
Performs a search restricted to specific sites using Google Custom Search.
Args: user_google_email (str): The user's Google email address. Required. q (str): The search query. Required. sites (List[str]): List of sites/domains to search within. num (int): Number of results to return (1-10). Defaults to 10. start (int): The index of the first result to return (1-based). Defaults to 1. safe (Literal["active", "moderate", "off"]): Safe search level. Defaults to "off".
Returns: str: Formatted search results from the specified sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| q | Yes | ||
| sites | Yes | ||
| num | No | ||
| start | No | ||
| safe | No | off |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |