DuckDuckGo & Felo AI Search

felo-search

Advanced AI-powered web search for technical intelligence. Retrieves up-to-date information including software releases, security advisories, migration guides, benchmarks, developer documentation, and community insights. Supports both standard and streaming responses.

Remote OEvortex/ddg_search

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

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "A detailed search query or prompt describing the technical information needed. Supports natural language and keyword-based queries for precise results."
    },
    "stream": {
      "type": "boolean",
      "default": false,
      "description": "Enable streaming mode to receive incremental, real-time search results as they are discovered. Useful for monitoring live updates or large result sets. Default is false (returns full result at once)."
    }
  }
}