Create a series
create_seriesCreate a new, empty series to group related blog articles on Misar.Blog. Returns the series slug needed for add_to_series calls.
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. |