get_article
Fetch and return the full, cleaned text of a SIP article, including title, summary, body, word count, category, and language. Provide a URL to retrieve article details.
Instructions
Fetch and return the full, cleaned text of a single SIP article.
Returns the title, an optional summary, the body text (whitespace cleaned, markup removed), a word count, the category and the content language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The article URL returned by search_news or browse_latest_news. | |
| max_chars | No | Maximum characters of body text to return (truncated cleanly). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||