Get Changelog
get_changelogRetrieve the platform changelog for new threats, detections, and features. Read newest-first entries by date with a configurable limit, and check staleness indicators to avoid relying on an outdated feed.
Instructions
Get the platform changelog (new threats, detections, features), strictly newest-first by date. Pass limit (default 20, max 100). NOTE: this is a hand-maintained release feed, not a deploy log — it stopped being written in Feb 2026, so the response carries latest_entry_date / stale_days / a warning. For what the platform actually looks like NOW use get_platform_stats (live corpus counts) and get_engine_status (pipeline state); do not answer "what changed recently" from this alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries (default 20, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| stale | No | ||
| total | No | ||
| entries | Yes | ||
| warning | No | Present when the feed is stale; says what it does NOT cover. | |
| has_more | No | ||
| stale_days | No | ||
| latest_entry_date | No | Date of the newest entry — the feed cut-off. |