tavily-search

by Tomatio13
Verified
MIT License
26
  • Apple
  • Linux

search

Access web search functionality via Tavily API to retrieve information based on user queries, supporting both basic and advanced search depths.

Instructions

Search the web using Tavily API

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query
search_depthNoSearch depth (basic or advanced)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query", "type": "string" }, "search_depth": { "description": "Search depth (basic or advanced)", "enum": [ "basic", "advanced" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from tavily-search

Related Tools

ID: s0hka6zney