research_and_ask
Research any topic and get cited answers to your questions in a single call. Creates a notebook, imports top sources, runs Q&A, and cleans up by default.
Instructions
One-shot: create ephemeral notebook → research → import sources → Q&A.
Full workflow wrapped in a single call:
Create a fresh empty notebook.
research_start(topic)→ candidate URLs.Import the top
max_sourcesURLs as sources.For each question in
questions, runnotebook_query.If
keep_notebookis False (default), delete the notebook.
Returns { notebook_id, # str if kept, None if deleted topic, sources_imported, # [{url, title, word_count}, ...] qa, # [{question, answer, source_count, chunks}, ...] kept, # bool }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| questions | Yes | ||
| max_sources | No | ||
| keep_notebook | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||