Gemini document understanding
documentAnalyze a document (PDF, CSV, text) from a URL or local path by providing a prompt to determine, describe, extract, or summarize its content.
Instructions
Understand one document source, such as a PDF, CSV, or text document, from a direct remote URL or local path. The caller chooses this modality; the server does not reclassify the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | What Gemini should determine, describe, extract, or summarize. | |
| source | Yes | A local filesystem path or public HTTP(S) URL. The local path is resolved on the MCP server. | |
| mimeType | No | Optional MIME type hint. Usually omit for YouTube and local files; provide it for direct remote files. |