firestore-mongodb-execute-mql

A “firestore-mongodb-execute-mql” tool executes MongoDB Query Language (MQL) queries and aggregation pipelines against Firestore.

About

A firestore-mongodb-execute-mql tool executes MongoDB Query Language (MQL) statements or aggregation pipelines against Firestore.

This tool allows data agents and LLMs to run dynamic MQL queries such as aggregation pipelines or document queries directly against Firestore databases.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Firestore Source

Parameters

ParameterTypeRequiredDescription
querystringtrueThe MQL query or aggregation pipeline to execute against Firestore.

Example

kind: tool
name: execute_mql
type: firestore-mongodb-execute-mql
source: my-firestore-source
description: Use this tool to execute MQL queries against Firestore.

Reference

fieldtyperequireddescription
typestringtrueMust be “firestore-mongodb-execute-mql”.
sourcestringtrueName of the Firestore source to execute queries against.
descriptionstringtrueDescription of the tool that is passed to the LLM.