All tools
ToolRead

Get Research Thread campaign

get_research_thread_campaign

Poll or inspect one campaign: its plan, progress, stop reason, and the runs it started.

When to use it

Poll or inspect one campaign: its plan, progress, stop reason, and the runs it started.

Typical workflow

List existing Threads first, inspect the case file, then add exact evidence, propose a revision, or start one bounded run and poll it to a terminal state.

What it returns

Research Thread case files, exact evidence, pending revisions, or pollable metered run state and results.

Avoid using it when

You only need a one-off answer, or you intend to validate, reject, incorporate, apply, or dismiss a conclusion without human review.

Advanced input contract

Agent hosts use this JSON Schema to validate the exact input shape.

View full registry notes

Inspect one campaign: plan, current step, run counts, next scheduled run, stop reason, and the bounded runs it started. Use when: Poll or inspect one campaign: its plan, progress, stop reason, and the runs it started.

View JSON Schema
{
  "type": "object",
  "properties": {
    "campaignId": {
      "type": "string",
      "format": "uuid"
    }
  },
  "required": [
    "campaignId"
  ],
  "additionalProperties": false
}

Useful next tools