get_article_content
Retrieve and parse a news article from a given URL, extracting content and optionally generating a summary for trend analysis.
Instructions
Download, scrape and parse the content of a specific news article from a given URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the news article to download and parse. | |
| full_data | No | Return full data for the article. If False a summary should be created by setting the summarize flag | |
| summarize | No | Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |