fetch_blogs
Fetch blog articles from all RSS feeds, filtered by date range and maximum number of results.
Instructions
Fetch latest blogs from all feeds with date range and limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of articles to return (default: 20) | |
| range | No | Date range: '1d', '7d', '1w', '30d', '1m', 'this_week', 'this_month' (default: 7d) |