find
Retrieve documents from a MongoDB collection using a query filter. Specify the collection name, optional filter, and result limit to control the output.
Instructions
Find documents in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return | |
| filter | No | Query filter (MongoDB query syntax) | |
| collection | Yes | Collection name |