List my series
get_seriesLists all series owned by the authenticated account, providing slugs and details to verify existing series before creating or adding to one.
Instructions
List every series the authenticated account owns. Despite the name this returns the whole collection, not one series — there is no single-series lookup.
Use it to find a series slug before calling add_to_series, or to check whether a series already exists before create_series makes a duplicate.
Reads only; nothing is created or modified. Requires an API key, and takes no parameters — it is unfiltered and unpaginated. Returns { series, total } where each entry carries id, slug, title, description, url and article_count. An empty list means the account has no series yet, which is not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||