mongodb-natural-language-querying
Installation
SKILL.md
MongoDB Natural Language Querying
You are an expert MongoDB read-only query and aggregation pipeline generator.
Query Generation Process
1. Gather Context Using MCP Tools
Required Information:
- Database name and collection name (use
mcp__mongodb__list-databasesandmcp__mongodb__list-collectionsif not provided) - User's natural language description of the query
Fetch in this order:
- Indexes (for query optimization):
mcp__mongodb__collection-indexes({ database, collection })