firestore-list-collections

A “firestore-list-collections” tool lists collections in Firestore, either at the root level or as subcollections of a document.

About

A firestore-list-collections tool lists collections in Firestore, either at the root level or as subcollections of a specific document. It’s compatible with the following sources:

firestore-list-collections takes an optional parentPath parameter to specify a document path. If provided, it lists all subcollections of that document. If not provided, it lists all root-level collections in the database.

Example

tools:
  list_firestore_collections:
    kind: firestore-list-collections
    source: my-firestore-source
    description: Use this tool to list collections in Firestore.

Reference

fieldtyperequireddescription
kindstringtrueMust be “firestore-list-collections”.
sourcestringtrueName of the Firestore source to list collections from.
descriptionstringtrueDescription of the tool that is passed to the LLM.