Series, write

Update series

Change a series: its name, its brief, its platform or its cadence. Send only the fields that change.

write

MCP

Tool nameupdate_series
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "update_series",
    "arguments": {
      "project_id": "<uuid>",
      "series_id": "<uuid>"
    }
  }
}

Input

project_idrequireduuid
series_idrequireduuid
namestring

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, every field, so a caller sees what the merge left.