list_indexes
List all indexes on a MongoDB collection to review index definitions and optimize query performance.
Instructions
List all indexes on a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | The database name | |
| collection | Yes | The collection name |