gemini_check_research
Check the status of deep research results or wait until they are complete, receiving a notification when finished.
Instructions
Check or wait for deep research results. Use wait=true to block until completion (ideal for background execution — the tool returns when research finishes, triggering a task notification in your AI client).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | If true, block and poll until research completes (default: false, single check) | |
| interactionId | Yes | The interaction ID returned by gemini_deep_research | |
| timeoutMinutes | No | Max wait time in minutes when wait=true (default: 30) |