firestore-mongodb-get-schema

A “firestore-mongodb-get-schema” tool introspects Firestore collections to infer field types and schema definitions.

About

A firestore-mongodb-get-schema tool retrieves schema information and inferred document structures for Firestore collections.

This tool introspects collections to detect field names, nested maps, and data types (such as string, integer, double, boolean, timestamp, geopoint, and reference), returning structured schema definitions.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Firestore Source

Parameters

ParameterTypeRequiredDescription
collectionstringfalseOptional name or relative path of a specific collection. If omitted, schemas for all root collections are returned.

Example

kind: tool
name: get_schema
type: firestore-mongodb-get-schema
source: my-firestore-source
description: Use this tool to retrieve schemas for Firestore collections.

Reference

fieldtyperequireddescription
typestringtrueMust be “firestore-mongodb-get-schema”.
sourcestringtrueName of the Firestore source to introspect.
descriptionstringtrueDescription of the tool that is passed to the LLM.