list_mongo_collections
List visible, non-system MongoDB collections for a given connection ID to discover available data sets for exploration.
Instructions
List visible, non-system collections for a MongoDB connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collections | Yes | ||
| connection_id | Yes | ||
| contract_version | No | 1.0.0 |