listCollections
List all collections in the MongoDB database, with optional filtering and name-only mode.
Instructions
List all collections in the MongoDB database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter for collections | |
| nameOnly | No | If true, return only collection names | |
| objectIdMode | No | Control how 24-character hex strings are handled | auto |