BrandKarma
dismiss_research_claim
Removes a claim from a research dossier so the writer no longer uses it. Ideas that cited that claim id lose it. Keep at least one claim, or research the cluster again.
Remote Account required revuo:brandkarma-4084
Remote (network-hosted) · Requires an account with the vendor · OAuth
Other tools also called dismiss_research_claim?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"dossierId": {
"description": "Dossier ID (ObjectId)",
"type": "string"
},
"claimId": {
"description": "Claim id, e.g. 'c12'",
"type": "string"
}
},
"required": [
"dossierId",
"claimId"
]
}