get_article_content
Fetch and parse a specific news article by URL to retrieve its text, metadata, or a concise summary—ideal for analyzing or summarizing a known article without searching for new ones.
Instructions
Download and parse one specific news article when you already have an article URL. Use it to retrieve article text or metadata or summarize that URL; do not use it for discovery - use the news search tools instead.
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 |