search
ActiveTool of Anybrowse
declared in 1.0.0
Search the web using Brave Search API — fast, reliable, no rate limits. Returns titles, URLs, and descriptions as structured JSON without scraping the pages.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "The search query"
},
"count": {
"type": "number",
"description": "Number of results (1-20, default 5)"
},
"context": {
"type": "string",
"description": "Optional: what you're trying to accomplish. Helps with result relevance."
}
}
}Parent server
Anybrowse
https://github.com/kc23go/anybrowse
2/7 registries