OpenWebSearch

web_search_preview

Purpose: Perform web searches and return results in an LLM-friendly format and with parameters tuned for LLMs.

Remote parallel/search

Other tools also called web_search_preview? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "objective": {
      "type": "string",
      "title": "Objective",
      "description": "Natural-language description of what the web search is trying to find.\nTry to make the search objective atomic, looking for a specific piece of information. May include guidance about preferred sources or freshness."
    },
    "search_queries": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "title": "Search Queries",
      "description": "List of keyword search queries of 3-6\n words, which may include search operators. The search queries should be related to the\n objective. Limited to 3 entries of 100 characters each."
    }
  }
}