DuckDuckGo & Felo AI Search

web-search

Search the web using DuckDuckGo and return comprehensive results with titles, URLs, and snippets

Remote OEvortex/ddg_search

Remote (network-hosted)

Other tools also called web-search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "type": "integer",
      "default": 1,
      "minimum": 1,
      "description": "Page number for pagination (default: 1)"
    },
    "query": {
      "type": "string",
      "description": "The search query to find relevant web pages"
    },
    "numResults": {
      "type": "integer",
      "default": 10,
      "maximum": 20,
      "minimum": 1,
      "description": "Number of results to return per page (default: 10, max: 20)"
    }
  }
}