MongoDB MCP Server
by jonfreeland
get_indexes
Get information about indexes on a collection.
Returns details about:
- Index names and fields
- Index types (single field, compound, text, etc.)
- Index sizes
- Index options
- Usage statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
database | No | Database name (optional if default database is configured) |