get_most_popular
Fetch New York Times articles ranked by emails, shares, or views over 1, 7, or 30 days.
Instructions
Get the most popular NYT articles (emailed, shared, or viewed).
Args: ctx: MCP context (injected automatically). popularity_type: One of 'emailed', 'shared', or 'viewed'. period: Time period in days - 1, 7, or 30.
Returns: Formatted list of popular articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| period | No | ||
| popularity_type | No | viewed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |