mongodb_find
Query and retrieve documents from a specified MongoDB collection, applying filters, sorting, and pagination options to refine results.
Instructions
Find documents in a MongoDB collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
filter | No | MongoDB query filter | |
limit | No | Maximum number of documents to return | |
skip | No | Number of documents to skip | |
sort | No | Sort criteria |