BrandKarma
get_visibility_snapshot
One-call join of AI visibility, site traffic, and the latest digest. Reads stored data only — no LLM, no DataForSEO, does not spend a cluster. The 'answer' field is the sentence to read; the rest is backing numbers. Pass brandId, or brandName to resolve via find.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
Other tools also called get_visibility_snapshot?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"brandId": {
"description": "Brand ID (ObjectId). Pass this or brandName.",
"type": [
"string",
"null"
],
"default": null
},
"brandName": {
"description": "Brand name. Used when brandId is omitted.",
"type": [
"string",
"null"
],
"default": null
}
}
}