mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
## Add firestore-add-documents tool Adds a new tool for creating documents in Firestore collections. __What it does:__ - Adds documents to any Firestore collection - Auto-generates unique document IDs - Supports all Firestore data types (strings, numbers, booleans, timestamps, geopoints, arrays, maps, etc.) - Uses Firestore's native JSON format for type safety __Key parameters:__ - `collectionPath`: Where to add the document - `documentData`: The document content in Firestore JSON format - `returnData`: Optional flag to include created document in response --------- Co-authored-by: Averi Kitsch <akitsch@google.com>