arpe_release_notes
Fetch release notes for any Arpe.io product. Use the product name and optionally a version to filter results.
Instructions
Return release-notes chunks for any Arpe.io product. Pass product to select which tool and optionally version to filter to a specific release. Read-only; queries the local docs cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Which product's release notes to retrieve. | |
| version | No | Optional version string (e.g. '0.31', '0.4'). Omit for the newest indexed version. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of release-notes chunks returned. | |
| chunks | No | ||
| status | Yes | 'ok' when the call succeeded; 'error' when the parameters failed validation or execution failed. | |
| product | No | ||
| version | No | Requested version, or null for the newest indexed. |