BrandKarma
get_content_item
Gets a content item with its full markdown body. The cited sources behind the article and the date its research was gathered always come back; the research notes themselves are long, so ask for them with includeResearchNotes when you need to check where a claim came from.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
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"
},
"includeResearchNotes": {
"description": "Include the full research notes the writer worked from. Off by default — they can run to several thousand words.",
"type": "boolean",
"default": false
}
},
"required": [
"contentItemId"
]
}