search_entries
Fetch an RSS feed and filter entries by keyword in title or summary, returning only matching items for targeted topic checks.
Instructions
Fetch a feed and return only entries whose title or summary contain a keyword (case-insensitive). Useful when you want the AI to check a feed for specific topics without wading through everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL | |
| limit | No | Maximum matches to return | |
| query | Yes | Keyword to match against title or summary (case-insensitive substring) |