BrandKarma

add_primary_research

Adds the brand's own material to a research dossier — their measurements, their usage numbers, what their customers told them, what they observed. It is turned into claims marked primary, which the writer prefers over every source on the web and which are exempt from the two-publisher rule that governs web claims. This is the material nobody else writing about the topic has. Pass suggestionId to answer one of the dossier's suggested primary research items; it is then marked answered.

Remote Account required revuo:brandkarma-4084

Remote (network-hosted) · Requires an account with the vendor · OAuth

Other tools also called add_primary_research? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "dossierId": {
      "description": "Dossier ID (ObjectId)",
      "type": "string"
    },
    "text": {
      "description": "The material, in plain text or markdown. Keep the figures and the circumstances — who measured what, on what, when.",
      "type": "string"
    },
    "suggestionId": {
      "description": "Id of the suggested primary research this answers (e.g. 's2'), if it answers one.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "dossierId",
    "text"
  ]
}