Skip to main content
Glama

MCP-MongoDB-MySQL-Server

mongodb_delete

Delete specific or multiple documents from a MongoDB collection using a query filter. Simplify database management via the MCP server's standardized interface for MongoDB and MySQL operations.

Instructions

Delete documents from a MongoDB collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
filterYesMongoDB query filter
manyNoDelete multiple documents if true

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "filter": { "description": "MongoDB query filter", "type": "object" }, "many": { "description": "Delete multiple documents if true", "optional": true, "type": "boolean" } }, "required": [ "collection", "filter" ], "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