gemini_import_file_to_store
Import a file from Gemini Files API into a File Search store to index large separately uploaded files; returns an operation for tracking progress.
Instructions
Import a file from the Gemini Files API into a File Search store. Use this for large files that were uploaded separately via the Files API. Returns an operation to track import progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | Gemini file resource name, e.g. "files/abc-123" | |
| store_name | Yes | Store resource name, e.g. "fileSearchStores/abc123" | |
| custom_metadata | No | Custom metadata key-value pairs for filtering (max 20) |