get_timeline
Retrieve a chronological timeline of Commodore 64 events with optional filtering by year, category, or importance. Returns sorted event details for historical analysis.
Instructions
Get chronological timeline of events with optional filtering. Returns timeline entries sorted by date with event details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_year | No | Filter events from this year onwards (inclusive) | |
| end_year | No | Filter events up to this year (inclusive) | |
| category | No | Filter by category (e.g., '1980s-release', '1970s-innovation') | |
| min_importance | No | Minimum importance level (1-5, where 5 is highest) | |
| limit | No | Maximum number of entries to return |