gemini_analyze_url
Analyze files from public URLs or Google Cloud Storage by providing the URL, MIME type, and optional prompt. Supports images, audio, video, PDFs, and documents up to 100MB.
Instructions
Analyze a file from a public URL (HTTP/HTTPS) or Google Cloud Storage URI (gs://). Supports images, audio, video, PDFs, and documents up to 100MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL (https://...) or GCS URI (gs://bucket/file) | |
| model | No | Model name (default: gemini-3.1-pro-preview) | |
| prompt | No | Prompt for analysis (default: Describe this content) | |
| mimeType | Yes | MIME type of the file (e.g., application/pdf, image/jpeg, audio/mpeg, video/mp4) |