YOUR_TOOL_NAME
Search the web for current information using natural language queries to retrieve up-to-date data from the internet through the Tavily API.
Instructions
YOUR_TOOL_DESCRIPTION
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}