research_project_create
Create a research project that persists across sessions. Returns a project_id for subsequent calls. Depth parameter controls exploration from overview (5 docs) to deep (20+ docs with adversarial verification).
Instructions
Create a persistent research project. Returns a project_id that you can pass to all subsequent research_* calls. Projects survive across sessions — open it days later with research_project_continue and you get every prior finding, hypothesis, and open gap. Depth controls how aggressively the synthesizer explores: overview (5 docs), standard (10 docs), deep (20+ docs with adversarial verification).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Owner user_id (matches memory userId). | |
| name | Yes | Short project label. | |
| question | Yes | The central question to investigate. | |
| depth | No | "overview" | "standard" | "deep". Default "standard". |