Series, write

Create series

Start a post series: a name, a brief in the person's own words, the platform and how often a post is due. It writes no posts.

write

MCP

Tool namecreate_series
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "create_series",
    "arguments": {
      "project_id": "<uuid>",
      "name": "<string>"
    }
  }
}

Input

project_idrequireduuid
namerequiredstring

What the series is called, up to 40 characters.

briefstring

The person's own paragraph about what the series is for, up to 600 characters. Every post in it is written from this.

platformx | bluesky | hn

Where the series is published. X is the only one live.

cadencedaily | twice_weekly | weekly | null

How often a post is due: daily (Daily), twice_weekly (Twice a week), weekly (Weekly). Null is no cadence at all.

Returns

The series as saved, the same row list_series answers with.