mongo_list_collections
Lists all collections in a MongoDB database. Provide database name and optional connection ID to retrieve the list.
Instructions
List all collections in a MongoDB database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name. Defaults to connection defaultDatabase. | |
| connectionId | No | Id of the mongodb connection to use. Optional when only one mongodb connection is configured. |