mongo_collection_stats
Retrieve storage, index size, and document count statistics for a MongoDB collection to monitor database performance and capacity.
Instructions
Get detailed storage, index size, and document count statistics for a MongoDB collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| collection | Yes | ||
| connectionId | No | Id of the mongodb connection to use. Optional when only one mongodb connection is configured. |