Start Gemini Deep Research
start_deep_researchInitiate a comprehensive web research job by submitting a prompt, then receive a job ID to track its progress and retrieve results.
Instructions
Initiates a deep, multi-step web research job in the background using Google's Deep Research Agent. Returns a job_id, which you can use to check the status of completion using check_deep_research(job_id=...).
Parameters:
prompt: The comprehensive research question or topic to investigate (required)
Returns:
job_id: Unique tracking ID for the research jobstatus: Initial job state (typically 'in_progress')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| status | Yes |