BrandKarma
find
Resolves a brand, content plan, or workstream name to ids. Pass the ids to the other tools. Optional 'brandId' scopes plan and workstream search to one brand. Empty query lists accessible brands.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
Other tools also called find?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"description": "Name to match. Empty lists accessible brands.",
"type": [
"string",
"null"
],
"default": null
},
"brandId": {
"description": "Optional brand ID. When set, plans and workstreams are searched only on this brand.",
"type": [
"string",
"null"
],
"default": null
}
}
}