create_document
Insert a new JSON document into a MongoDB collection using the collection name and document JSON. Adds a record to the database.
Instructions
Create a new document in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_json | Yes | JSON string representing the document to create | |
| collection_name | Yes | Name of the collection |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||