BrandKarma

bulk_update_content_status

Batch status change for multiple content items (e.g. publish or archive several at once).

Remote revuo:brandkarma-4084

Other tools also called bulk_update_content_status? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "contentItemIds": {
      "description": "JSON array of content item ID strings",
      "type": "string"
    },
    "status": {
      "description": "New status: Draft, ReadyForReview, Published, Archived",
      "type": "string"
    }
  },
  "required": [
    "contentItemIds",
    "status"
  ]
}