BrandKarma
get_monitoring_results
Gets the latest monitoring results for a brand — aggregated sentiment, mention rank, and share of voice per provider and overall.
Remote revuo:brandkarma-4084
Other tools also called get_monitoring_results?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId)",
"type": "string"
}
},
"required": [
"brandId"
]
}