read_full_article
Extract and return the complete text of any article by providing its URL, enabling quick access to full content for efficient reading or analysis.
Instructions
Returns the full content of an article identified by its URL.
Args: url: The URL of the article to read.
Returns: str: The full content of the article or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |