docs/tools/web-fetch.md
web_fetch)The web_fetch tool allows the Gemini agent to retrieve and process content
from specific URLs provided in your prompt.
The agent uses this tool when you include URLs in your prompt and request specific operations like summarization or extraction.
prompt (string, required): A request containing up to 20 valid URLs
(starting with http:// or https://) and instructions on how to process
them.web_fetch is available
but always requires explicit user confirmation (ask_user) due to security
implications of accessing external or private network addresses.urlContext for retrieval.