read_media
Analyze local media files by specifying a path, returning structured summaries, timelines, transcripts, and observations.
Instructions
Read a local audio or video file and return structured analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Gemini model used for the analysis. | |
| summary | Yes | Short summary of the recording. | |
| question | Yes | Optional user question that guided the analysis. | |
| timeline | Yes | Ordered timeline entries for key moments. | |
| file_name | Yes | Basename of the analyzed file. | |
| file_path | Yes | Absolute path to the analyzed file. | |
| mime_type | Yes | Detected MIME type for the analyzed file. | |
| confidence | Yes | Confidence in the analysis based on media quality and clarity. | |
| transcript | Yes | Spoken or clearly visible text content. | |
| open_questions | Yes | Uncertainties or missing evidence. | |
| relevant_clues | Yes | Details most relevant to the user's question or likely follow-up tasks. | |
| notable_signals | Yes | Errors, transitions, repeated actions, or unusual signals. | |
| key_observations | Yes | Most important direct observations from the media. |