search_feed_items
Search feed items by query to find specific topics across all feeds or within a single feed. Supports pagination and timezone formatting.
Instructions
Search feed items by query across all feeds, or filter to a specific feed with feedId (default: 50 items). Use this to find items about a specific topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination (default: 0). | |
| limit | No | Number of items to return per page (default: 50, max: 100). | |
| query | Yes | Description of the news/RSS feed items to search for. | |
| feedId | No | Optional feed ID to filter search results to a specific feed. | |
| timeZone | No | IANA timezone string for formatting dates (e.g. 'America/New_York', 'Europe/London'). Defaults to UTC. |