fetch_from_source
Fetch blog articles from a named RSS feed source, with optional limit and date range filters to get relevant content.
Instructions
Fetch blogs from a specific source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the feed source | |
| limit | No | Maximum number of articles to return (default: 20) | |
| range | No | Date range: '1d', '7d', '1w', '30d', '1m' (default: 7d) |