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