find
Query MongoDB collections to retrieve documents that match a filter, with control over returned fields, order, skip, and limit.
Instructions
Find documents in a MongoDB collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of documents to skip | |
| sort | No | Sort specification | |
| limit | No | Maximum documents to return | |
| filter | No | MongoDB filter query | |
| collection | Yes | Collection name | |
| projection | No | Fields to include/exclude |