List VIPMP release notes
list_vipmp_releasesList VIPMP releases filtered by date and section. Each entry includes changes for API, sandbox, upcoming, and earlier releases.
Instructions
Return structured VIPMP release notes — the highest-signal information for developers tracking API changes. Served from the pre-built index (refreshed daily), so calls return in milliseconds.
Each entry has a date, a section ("api_changes", "sandbox", "upcoming", or "earlier"), and one or more changes with titles and bodies. Covers both the main API changes and the Sandbox-specific changes at the bottom of the release-notes page — they're tracked separately.
Args:
since: ISO date ("YYYY-MM-DD"). If provided, returns only releases
on or after this date. Example: "2026-01-01" for everything
since New Year. Entries without a date (catch-all "earlier
releases" buckets) are excluded when since is set.
section: Optional filter. One of:
- "api_changes" — the main API release stream
- "sandbox" — Sandbox-environment-specific changes
- "upcoming" — announced but not yet shipped
- "earlier" — catch-all entries without a specific date
limit: Maximum number of release entries to return (default 20).
Examples: # What shipped in 2026? list_vipmp_releases(since="2026-01-01", section="api_changes")
# Recent sandbox-only changes
list_vipmp_releases(section="sandbox", limit=5)
# What's coming
list_vipmp_releases(section="upcoming")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | ||
| section | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |