mongo_list_indexes
List all indexes in a MongoDB collection to review index configuration and optimize query performance.
Instructions
List all indexes on 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. |