fetch_blogs
Retrieve blog posts from RSS feeds within specified date ranges and quantity limits for content monitoring and analysis.
Instructions
Fetch latest blogs from all feeds with date range and limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Date range: '1d', '7d', '1w', '30d', '1m', 'this_week', 'this_month' (default: 7d) | |
| limit | No | Maximum number of articles to return (default: 20) |