Skip to main content
Glama
montumodi

MongoDB Atlas MCP Server

by montumodi

project_whitelist_get_all

Retrieve all IP whitelist entries for a project. View and verify allowed IP addresses to manage network access.

Instructions

Get all IP whitelist entries for the project (legacy)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNoOptional parameters
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It implies a read-only operation but does not confirm idempotency, authorization requirements, error scenarios, or the implications of being legacy (e.g., deprecation warnings).

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

Conciseness3/5

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

The description is a single sentence, which is concise, but lacks necessary detail. It is front-loaded but does not fully earn its place due to missing guidance and parameter info.

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?

Given no output schema, the description should explain return values (e.g., list of entries, fields). It does not mention pagination, rate limits, or legacy migration steps. For a list tool, this is incomplete.

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

Parameters2/5

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

The input schema has 100% coverage with one parameter 'options' described as 'Optional parameters' with a default of {}. The description adds no further meaning about what options can be passed (e.g., filtering, pagination, format), leaving the agent with insufficient detail.

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 verb 'Get', the resource 'IP whitelist entries', and the scope 'for the project', and distinguishes itself from siblings like 'project_whitelist_get' by indicating it returns all entries. The '(legacy)' label also differentiates it from modern alternatives.

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?

The description does not provide guidance on when to use this tool vs. alternatives. It marks the tool as legacy but fails to specify what newer tool should be used instead (e.g., 'project_access_list_get_all' from siblings). No exclusions or context for usage.

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/montumodi/mongodb-atlas-mcp-server'

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