You're viewing a demo portfolio

Join the waitlist
PRSM

search_news

Active

Tool of io.github.tcador/787daily

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.tcador/787daily

https://github.com/tcador/787daily-site

1/7 registries
View full server →