Arguments
| Name | Type | Description |
|---|---|---|
slug | string | The public_slug returned by list_changelogs. |
Returns
The parsed changelog JSON object (headline, summary, items, and any other fields Shipstar stored at publish time).
Errors
The tool raises an error if:- No published changelog exists with that slug.
- The stored content is not valid JSON.
Example prompts
“Get the full release notes for the march-2026-release changelog and format them as a markdown bullet list.”
“Fetch the latest changelog and draft a tweet announcing the top three items.”