Wait for Analysis
wait_for_analysisBlock until database analysis finishes, then proceed. Waits for one or multiple databases, returning as soon as the first becomes ready.
Instructions
Block until database(s) finish opening and optional auto-analysis.
Single: pass database to wait for one DB.
Multi: pass databases list — returns when at least one
is ready. Work on the ready one, call again for the rest.
While analysis runs, the backend thread is blocked — tool calls queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Single database ID to wait for. | |
| databases | No | List of database IDs (returns when first is ready). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||