Skip to main content
Glama

MCP-MongoDB-MySQL-Server

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

NameRequiredDescriptionDefault
collectionYesCollection name
filterNoMongoDB query filter
limitNoMaximum number of documents to return
skipNoNumber of documents to skip
sortNoSort criteria

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "filter": { "description": "MongoDB query filter", "optional": true, "type": "object" }, "limit": { "description": "Maximum number of documents to return", "optional": true, "type": "number" }, "skip": { "description": "Number of documents to skip", "optional": true, "type": "number" }, "sort": { "description": "Sort criteria", "optional": true, "type": "object" } }, "required": [ "collection" ], "type": "object" }
Install Server

Other Tools from MCP-MongoDB-MySQL-Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaoxiaolinglong/mcp-mongodb-mysql-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server