All tools
ToolRead

Get Research Thread

get_research_thread

Use before adding evidence, proposing a revision, or starting a focused run so the agent sees the current case file and prior runs.

When to use it

Use before adding evidence, proposing a revision, or starting a focused run so the agent sees the current case file and prior runs.

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

Read one authorized Research Thread case file with its exact evidence, pending revision proposals, and prior run history. This cannot apply or dismiss a revision. Use when: Use before adding evidence, proposing a revision, or starting a focused run so the agent sees the current case file and prior runs.

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

Useful next tools