firestore-get-documents Tool

A “firestore-get-documents” tool retrieves multiple documents from Firestore by their paths.

About

A firestore-get-documents tool retrieves multiple documents from Firestore by their paths.

firestore-get-documents takes one input parameter documentPaths which is an array of document paths, and returns the documents’ data along with metadata such as existence status, creation time, update time, and read time.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Firestore Source

Example

kind: tools
name: get_user_documents
type: firestore-get-documents
source: my-firestore-source
description: Use this tool to retrieve multiple documents from Firestore.

Reference

fieldtyperequireddescription
typestringtrueMust be “firestore-get-documents”.
sourcestringtrueName of the Firestore source to retrieve documents from.
descriptionstringtrueDescription of the tool that is passed to the LLM.