extract_feed_content
Extract and format RSS feed content into markdown, text, HTML, or JSON. Include metadata for enhanced context and streamline feed data integration.
Instructions
Extract and format feed content for different use cases
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format for the content | text |
includeMetadata | No | If 'true', include item metadata (date, author, etc) in output | false |
url | Yes | The RSS feed URL to extract content from |