Skip to main content
Glama

MCP-MongoDB-MySQL-Server

mongodb_create_collection

Create a new MongoDB collection with specified options using the MCP server. Provides a standardized interface for schema management and database interactions.

Instructions

Create a new collection in MongoDB

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
optionsNoCollection options

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "options": { "description": "Collection options", "optional": true, "type": "object" } }, "required": [ "collection" ], "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