mongodb-aggregate
A “mongodb-aggregate” tool executes a multi-stage aggregation pipeline against a MongoDB collection.
A “mongodb-aggregate” tool executes a multi-stage aggregation pipeline against a MongoDB collection.
A “mongodb-delete-many” tool deletes all documents from a MongoDB collection that match a filter.
A “mongodb-delete-one” tool deletes a single document from a MongoDB collection.
A “mongodb-find” tool finds and retrieves documents from a MongoDB collection.
A “mongodb-find-one” tool finds and retrieves a single document from a MongoDB collection.
A “mongodb-insert-many” tool inserts multiple new documents into a MongoDB collection.
A “mongodb-insert-one” tool inserts a single new document into a MongoDB collection.
A “mongodb-update-many” tool updates all documents in a MongoDB collection that match a filter.
A “mongodb-update-one” tool updates a single document in a MongoDB collection.