get_archive
Retrieve New York Times article metadata for a given month and year; returns up to 50 archived articles to keep context manageable.
Instructions
Get article metadata from the NYT Archive for a given month.
Results are capped at 50 articles to keep context manageable.
Args: ctx: MCP context (injected automatically). year: Year (>= 1851). month: Month (1-12).
Returns: Formatted list of archived articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| year | Yes | ||
| month | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |