Create a series
create_seriesCreate a named collection to group related blog posts. Add articles to it afterward, but check existing series first to avoid duplicate titles.
Instructions
Create a new, empty series — a named collection that related articles can be added to.
Creating the series does not move any article into it; follow up with add_to_series for each one. Call get_series first to avoid making a second series with the same title, since each call creates a NEW series and nothing deduplicates them.
Requires an API key. The series and its URL become publicly reachable, though it shows nothing until articles are added. Returns the series with the slug that add_to_series needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Display name of the series. The slug is derived from this. | |
| description | No | Short summary shown on the series page. Optional. |