Skip to main content
Glama
sourabhshegane

MongoDB That Works - MCP Server

find

Read-onlyIdempotent

Query MongoDB collections to retrieve documents that match a filter, with control over returned fields, order, skip, and limit.

Instructions

Find documents in a MongoDB collection

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of documents to skip
sortNoSort specification
limitNoMaximum documents to return
filterNoMongoDB filter query
collectionYesCollection name
projectionNoFields to include/exclude

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.8

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is known. The description adds no behavioral detail such as return format or pagination, but it does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no waste. It is front-loaded with the core purpose and does not repeat schema details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal but adequate for a simple read operation given that the schema covers all parameters. However, it does not mention that it returns multiple documents or that it supports filtering/sorting, which could be relevant given the number of parameters and siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for all six parameters, so the schema documents their purpose. The description adds no extra parameter context beyond what is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool finds documents in a MongoDB collection, specifying the verb and resource. It distinguishes from siblings like findOne (single document) and aggregate (pipeline) by the generic 'find' action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like findOne, aggregate, or count. The description does not mention exclusions or conditions for choosing it over siblings, leaving the agent to infer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/sourabhshegane/mongodb-mcp-that-works'

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