list-collections
Retrieve all collection names from a specified MongoDB database. Provide the database name to get a list of its collections.
Instructions
List all collections for a given database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Database name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collections | Yes | ||
| totalCount | Yes |