search_feeds
Find specific content across all stored feeds—articles, posts, tweets, transcripts—with full-text search supporting AND, OR, NOT, and quoted phrases. Optionally filter by source type and limit results.
Instructions
Full-text search across all stored feed content (articles, posts, tweets, transcripts).
Sample prompts that trigger this tool: - "Search my feeds for machine learning" - "Find mentions of GPT in my news feeds" - "What have my Reddit feeds said about Rust?" - "Search Twitter feeds for product launch" - "Look for arxiv papers about transformers in my feeds"
Args: query: Search query (supports FTS5 syntax: AND, OR, NOT, "quoted phrases"). source_type: Optionally limit to one type. Leave empty to search everything. limit: Max results to return (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| source_type | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |