get_workspace_state
Retrieve the current QuestDB workspace and notebook context, including active notebook, cells, layout, chart configs, and last-run statuses. Optionally include user edits since last fetch.
Instructions
If notebook tools fail with BRIDGE_NOT_PAIRED, call get_pairing_credentials to begin pairing (the response includes a one-click URL to show the user; authentication runs in the browser, the bridge never sees credentials). Once paired, call get_workspace_state at the start of each notebook turn; the digest of edits since your last fetch is in get_recent_user_actions.
Return the current workspace + notebook context as text. Use this at the start of every notebook turn so you know which notebook is active, what cells exist, layout mode, chart configs, and last-run statuses. Pass include_user_events=true to also receive the digest of edits the user made since your last fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_user_events | No |