Skip to main content
Glama

MCP Server Boilerplate

mongo-aggregate

Execute aggregation pipelines on MongoDB collections to process and analyze data through multiple transformation stages for complex querying and reporting.

Instructions

Execute aggregation pipeline on a MongoDB collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
databaseYesDatabase name
pipelineYesAggregation pipeline as array of stage objects

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "database": { "description": "Database name", "type": "string" }, "pipeline": { "description": "Aggregation pipeline as array of stage objects", "items": { "additionalProperties": {}, "type": "object" }, "type": "array" } }, "required": [ "database", "collection", "pipeline" ], "type": "object" }

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/RichardFelix999/mongo-boilerplate-mcp'

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