All tools
ToolRead

Get Project Agent run

get_project_agent_run

You need source-backed evidence, quotes, snippets, or exact library text.

When to use it

You need source-backed evidence, quotes, snippets, or exact library text.

Typical workflow

Search chunks, read only the precise chunk or bounded text needed, cite ids.

What it returns

Source text, chunks, snippets, ids, and citation-ready context.

Avoid using it when

You only need source names or folders; start with metadata lists.

Advanced input contract

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

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

Useful next tools