878 B
878 B
name, label, description, language, inputs
| name | label | description | language | inputs | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| web_search | Web Search | Search the web using a private SearXNG instance and return a list of results with titles, URLs, and snippets. Use when you need to find information or URLs without already knowing where to look. Pair with web_fetch to read the full content of any result. | typescript |
|
Web Search
Searches the web via a self-hosted SearXNG instance. Returns titles, URLs, and content snippets.
Usage pattern
- Call
web_searchwith a query to get a list of results - Call
web_fetchon any result URL to read its full content
Configuration
The SearXNG instance URL is read from the PI_SEARXNG_URL environment variable.