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
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
filter | Yes | MongoDB query filter | |
many | No | Delete multiple documents if true |