Skip to main content
Glama
Nam088

mcp-server-db

by Nam088

mongo_explain

Retrieve execution plan and index scan statistics for MongoDB find queries to analyze performance and optimize indexes.

Instructions

Get execution plan and index scan statistics for a MongoDB find query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoJSON string filter query.
databaseNo
verbosityNoExplain verbosity: queryPlanner | executionStats | allPlansExecution.queryPlanner
collectionYes
connectionIdNoId of the mongodb connection to use. Optional when only one mongodb connection is configured.
Behavior3/5

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

No annotations are present, so the description must convey behavioral traits. It mentions 'execution plan and index scan statistics,' hinting at read-only analysis, but does not explicitly state non-destructiveness, required permissions, or potential cost.

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?

Single, clear sentence that conveys purpose without extraneous words. Efficient and front-loaded.

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

Completeness2/5

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

Despite moderate complexity (5 params, no output schema, no annotations), the description omits details about return format, verbosity behavior, or filter syntax. Completeness is insufficient for full agent guidance.

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 coverage is 60%, and the description adds no parameter-specific information. Baseline is 3 for moderate coverage; no extra semantics provided.

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?

Description clearly states the tool retrieves execution plans and index statistics specifically for MongoDB find queries. The verb 'Get' and resource specification distinguish it effectively from siblings like mongo_find and mongo_aggregate.

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

Usage Guidelines3/5

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

The description implies use for performance analysis but does not explicitly state when to use it over alternatives (e.g., mongo_find for results, other DB explain tools). No exclusions or comparisons are provided.

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/Nam088/mcp-database-server-v2'

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