get_article_content
Fetch the full text of a web article or blog post by URL. Read the content needed to understand a news story or briefing reference.
Instructions
Fetch the text content of a web article or blog post.
Use this when the user wants to read or learn more about a specific article, blog post, or news story from the briefing.
Args: url: The URL of the article to fetch max_chars: Maximum characters of content to return (default 4000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |