mongodb_find
Query and retrieve documents from a MongoDB collection using a customizable filter, sorting, and pagination. Ideal for extracting specific data from MongoDB databases via the MCP server.
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 |