mongodb_insert
Add documents to a specified MongoDB collection using a standardized interface for database operations. Input includes collection name and documents to insert.
Instructions
Insert documents into a MongoDB collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
documents | Yes | Documents to insert |