mongodb_update
Modify documents in a MongoDB collection by specifying a filter and update operations. Supports updating single or multiple records via the MCP-MongoDB-MySQL-Server interface.
Instructions
Update documents in a MongoDB collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
filter | Yes | MongoDB query filter | |
many | No | Update multiple documents if true | |
update | Yes | MongoDB update operations |