firestore-mongodb-execute-mql
A “firestore-mongodb-execute-mql” tool executes MongoDB Query Language (MQL) queries and aggregation pipelines against Firestore.
less than a minute
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
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | true | The 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
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be “firestore-mongodb-execute-mql”. |
| source | string | true | Name of the Firestore source to execute queries against. |
| description | string | true | Description of the tool that is passed to the LLM. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.