list-databases
List all databases in a MongoDB connection by supplying its connection ID.
Instructions
List all databases for a MongoDB connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The connection to run the operation against. Use the id returned by one of the connect tools, or "preconfigured" to use the connection string the server was configured with. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databases | Yes | ||
| totalCount | Yes |