get_news_detail
Retrieve detailed information about a specific news article by providing its ID. Optionally mark the article as read while accessing it.
Instructions
Retrieve detailed information for a specific news article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
markAsRead | No | Mark the news article as read (optional, default: false) | |
newsId | Yes | The ID of the news article to retrieve |