All tools
ToolRead

List Project Agent conversations

list_project_agent_conversations

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": {
    "projectId": {
      "type": "string",
      "format": "uuid"
    },
    "cursor": {
      "type": "string",
      "description": "Opaque nextCursor returned by a previous page."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100,
      "default": 25
    }
  },
  "required": [
    "projectId"
  ],
  "additionalProperties": false
}

Useful next tools