MCPMCP Tools/Content Series
Content Series
Recurring post-idea series that generate content on a schedule.
- Readlist_content_seriesList a location's content series (a series groups related post ideas under a shared theme, e.g. a weekly "Meet the Team" or "Behind the Scenes" recurring bit). Excludes archived series. Each row includes its current attached post-idea count. Requires locationId.
- Readget_content_seriesGet one content series by id, including its attached (non-archived) post ideas. Identify it by its id (from list_content_series or create_content_series).
- Writecreate_content_seriesCreate a new content series for a location — a named theme to group future post ideas under (e.g. "Customer Spotlights"). Attach post ideas to it via update_post_idea's seriesId field. Requires locationId and name.
- Writeupdate_content_seriesEdit an existing content series' name, theme, or status. Pass only the fields you want to change. Identify it by its id (from list_content_series). Returns the updated series, or throws if not found.
- Writearchive_content_seriesArchive a content series (soft delete). Its already-attached post ideas are left untouched — only the series grouping itself is archived and stops appearing in list_content_series. Identify it by its id (from list_content_series).