16 tools from the AWS DocumentDB MCP Server MCP Server, categorised by risk level.
View the AWS DocumentDB MCP Server policy →analyzeSchema Analyze the schema of a collection by sampling documents.
This tool samples documents from a collection and provides information about
the documen... countDocuments Count documents in a DocumentDB collection.
This tool counts the number of documents in a collection that match the provided filter.
If no filter ... explainOperation Get an explanation of how an operation will be executed.
This tool returns the execution plan for a query or aggregation operation,
helping you un... find Run a query against a DocumentDB collection.
This tool queries documents from a specified collection based on a filter.
Returns:
List[Dict[st... getCollectionStats Get statistics about a DocumentDB collection.
This tool retrieves detailed statistics about the specified collection,
including size, document cou... getDatabaseStats Get statistics about a DocumentDB database.
This tool retrieves statistics about the specified database,
including storage information and collect... listCollections List collections in a DocumentDB database.
This tool returns the names of all collections in a specified database.
Returns:
List[str]: List o... listDatabases List all available databases in the DocumentDB cluster.
This tool returns the names of all accessible databases in the connected cluster.
Returns... connect Connect to an AWS DocumentDB cluster.
This tool establishes and validates a connection to DocumentDB.
The returned connection_id can be used with ... createCollection Create a new collection in a DocumentDB database.
This tool creates a new collection in the specified database.
Returns:
Dict[str, Any]: Stat... disconnect Close a connection to DocumentDB.
This tool closes a previously established connection to DocumentDB.
Returns:
Dict[str, Any]: Confirmation o... insert Insert one or more documents into a DocumentDB collection.
This tool inserts new documents into a specified collection.
Returns:
Dict[str, An... update Update documents in a DocumentDB collection.
This tool updates existing documents that match a specified filter.
Returns:
Dict[str, Any]: Upd... delete Delete documents from a DocumentDB collection.
This tool deletes documents that match a specified filter.
Returns:
Dict[str, Any]: Delete ope... dropCollection Drop a collection from a DocumentDB database.
This tool completely removes a collection and all its documents from the specified database.
This op... The AWS DocumentDB MCP Server MCP server exposes 16 tools across 4 categories: Read, Write, Destructive, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the AWS DocumentDB MCP Server server.
AWS DocumentDB MCP Server tools are categorised as Read (8), Write (5), Destructive (2), Execute (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.