extract_article_tool
Extract the main article content from web page HTML, returning title, full text, excerpt, and summary. Use this tool to isolate core article text from cluttered pages.
Instructions
Extracts the main article content from a web page.
Args: html: HTML content url: Optional URL for resolving relative links
Returns: Dictionary with title, content, text_content, excerpt, and short_title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||