search_news
ActiveTool of io.github.tcador/787daily
Semantic vector search over 787daily's Puerto Rico news corpus. Returns the most relevant article matches (title, URL, topic, date, score) for a free-text query — without generating an answer. Use this when you want matching articles rather than a synthesized answer; use ask() when you want a grounded narrative answer.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"topK": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Max results to return (default 6)"
},
"query": {
"type": "string",
"description": "Free-text question or topic to search for"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.tcador/787daily
https://github.com/tcador/787daily-site
1/7 registries