612 B
612 B
description, argument-hint
| description | argument-hint |
|---|---|
| List all available File Search stores | (no arguments) |
List all Gemini File Search stores with their metadata.
Usage
gemini-file-search-tool list-stores [-v]
Arguments
-v: Verbose logging (optional)
Examples
# List all stores
gemini-file-search-tool list-stores
# List with verbose logging
gemini-file-search-tool list-stores -v
# Filter with jq
gemini-file-search-tool list-stores | jq '.[] | select(.display_name | contains("docs"))'
Output
Returns JSON array of stores with name, display_name, create_time, and update_time.