research
Runs a complete deep-research pipeline that breaks a question into sub-questions, gathers evidence across sources, and returns a structured report with citations and a synthesis template.
Instructions
Run a full deep-research pipeline on a complex question. Decomposes the question into sub-questions, fans out across multiple sources (Wikipedia, arXiv, Hacker News, Stack Exchange, Crossref, plus Brave/Tavily if keys are configured), fetches the top URLs, extracts the most relevant passages, and returns a structured ResearchReport containing: the plan, a numbered citation manifest, per-sub-question evidence with quotes + character offsets, and a Markdown synthesis template for you to fill in. You (the model) should write the narrative synthesis citing the [n] markers; the server does the gathering, not the writing. Use depth='quick' for fast overviews, 'standard' for normal research, 'deep' for thorough multi-source investigations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Research depth: 'quick' (2-3 sub-questions, ~10 fetches), 'standard' (4-6, ~20 fetches), or 'deep' (6-8, ~32 fetches). | standard |
| question | Yes | The research question to investigate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |