activate_notebook
Switch the user's editor to a specific QuestDB notebook tab, making it visible and focused. Use after user consent to display a particular notebook or cell.
Instructions
Switch the user's editor to the given notebook tab so it becomes visible and focused. ONLY call this after the user has explicitly agreed to be taken to the notebook (e.g. they accepted your offer to open it). Never call it to auto-switch while the user is working elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buffer_id | Yes | Notebook buffer id to activate (from a create_notebook result or the <notebook_context>/<workspace> prefix). | |
| cell_to_focus | Yes | Optional cell id to focus and scroll into view after switching — useful to land the user on the specific cell you want them to see. Pass null to just open the tab without scrolling to a particular cell. |