BrandKarma

get_content_item

Gets a content item with its full markdown body.

Remote revuo:brandkarma-4084

Other tools also called get_content_item? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "contentItemId": {
      "description": "Content item ID (ObjectId)",
      "type": "string"
    }
  },
  "required": [
    "contentItemId"
  ]
}