web_search
Search the web to find current information and answers using natural language queries, enabling AI models to retrieve up-to-date internet data.
Instructions
Search the web for information about the given query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}