Skip to main content
Glama

MCP-MongoDB-MySQL-Server

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

NameRequiredDescriptionDefault
collectionYesCollection name
documentsYesDocuments to insert

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "documents": { "description": "Documents to insert", "items": { "type": "object" }, "type": "array" } }, "required": [ "collection", "documents" ], "type": "object" }
Install Server

Other Tools from MCP-MongoDB-MySQL-Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaoxiaolinglong/mcp-mongodb-mysql-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server