google_search
Search the web in real-time with precise results and source citations. Use this tool to retrieve accurate information based on specific queries for AI models or research purposes.
Instructions
Performs a web search using Google Search (via the Gemini API) and returns the results. This tool is useful for finding information on the internet based on a query.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The search query to find information on the web. |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The search query to find information on the web.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}