A
licenseA
qualityD
maintenanceEnables performing web searches and fetching web page content via Ollama's hosted APIs, providing search results and raw page data.
2
1
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have completely distinct purposes: web_search performs search queries, while web_fetch retrieves content from a specific URL. No overlap.
Both tools follow a consistent verb_noun pattern (web_fetch, web_search), using snake_case and the same prefix.
With only 2 tools, the set is minimal but appropriate for a simple web search and fetch utility. Could be expanded, but not overly sparse.
The tool surface covers the core operations: searching the web and fetching a page. No obvious gaps for the stated purpose.