What changed
search-web now describes its role as an answer-engine retrieval API. Callers send a query and receive ranked source results with titles, URLs, snippets, domains, and an optional recency filter.
The listing also distinguishes source retrieval from response generation: it returns search results rather than an LLM-written answer. Agents that need a synthesized, cited response can use answer-web after choosing their sources.
Why
Answer-engine and RAG workflows need a clear source-discovery step. The endpoint already performed that work; the discovery copy now uses the buyer language while keeping its actual response shape and behavior unchanged.