Series, read
List series
List the post series of a project: what each is called, its brief, how many posts it has and the day its cadence points at next.
MCP
Tool namelist_series
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_series",
"arguments": {
"project_id": "<uuid>"
}
}
}Input
project_idrequireduuid
include_archivedboolean
Archived series keep their posts but leave every list. Off by default.
Returns
One row a series: id, name, brief, platform, cadence, published post count, the last posted date, the next day one is already planned on, the day the cadence points at with its label, and whether it is archived.