list_atlas_clusters
Retrieve a list of all MongoDB Atlas clusters within a specified project by providing the project ID. Simplify cluster management and monitoring.
Instructions
Lists all clusters in an Atlas project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the Atlas project. |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "The ID of the Atlas project.",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}