get_bestsellers
Fetch The New York Times Best Sellers list by category and publication date, or pass 'current' to get the current rankings.
Instructions
Get the NYT Best Sellers list.
Args: ctx: MCP context (injected automatically). list_name: List slug (e.g. 'hardcover-fiction', 'paperback-nonfiction'). date: Published date (YYYY-MM-DD) or 'current' for the latest.
Returns: Formatted best-seller list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| date | No | current | |
| list_name | No | hardcover-fiction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |