🍃
MongoDB
availableQuery and manage MongoDB databases via Atlas Data API or mongosh — connect to MongoDB Atlas collections without heavy CLI tools.
dataWhat This Skill Does
Query and manage MongoDB databases via Atlas Data API or mongosh — connect to MongoDB Atlas collections without heavy CLI tools.
Capabilities
- Atlas Data API — Query collections via REST without CLI setup
- mongosh Fallback — Use the MongoDB shell for advanced operations
- CRUD Operations — Create, read, update, and delete documents
- Aggregation Pipelines — Run complex data transformations
How It Works
- Connect to your MongoDB Atlas cluster
- Write queries or describe the data operation
- The skill uses Atlas Data API or mongosh as needed
- Results are returned in structured JSON
Example Usage
"Find all users who signed up this month"
"Run an aggregation pipeline on orders"
"Update the status for documents matching this filter"