MongoDB
MongoDB is an open source NoSQL database management program.
Start freeCategory
Works with
AI Compatible
Tools
Create New Document
Create a new document in a collection of your choice. See the docs here
Delete a Document
Delete a single document by ID. See the docs here
Execute Aggregation
Execute an aggregation pipeline on a MongoDB collection. See the documentation Return only the translated text without explanations.
Find Document
Finds a document by a query filter. See the documentation
Find Document by Id
Retrieves a single document by ID. See the docs here
List Database Options
Retrieves available options for the Database field.
Search Documents
Search for specific documents or return all documents. See the docs here Return only the translated text without explanations.
Update a Document
Updates a single document by ID. See the docs here
Update Documents
Updates many documents by query filter. See the documentation