BrandKarma

wait_for

Waits up to 25 seconds for a research dossier or a background job to finish, then returns status. Research and generation take minutes — if still running, call again with the same id after waitMs. Does not spend a cluster. Pass jobId from generate_content_* / start_deep_research, and/or dossierId.

Remote Account required revuo:brandkarma-4084

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

Other tools also called wait_for? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "jobId": {
      "description": "Job ID returned by start_deep_research or generate_content_from_idea / generate_content_from_item.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "dossierId": {
      "description": "Research dossier ID.",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  }
}