← Tools Reference

MongoDB Atlas Administration

MongoDB Atlas Administration integration (Developer Tools, Data). Imported from open-connector.

API key4 toolshttps://cloud.mongodb.com/api/atlas/v2
GET
mongo_db_atlas_administration_list_projects
List MongoDB Atlas projects visible to the connected API key.

/

3 parameters
ParamTypeRequiredDescription
pageNumintegeroptionalThe page number to request from MongoDB Atlas.
itemsPerPageintegeroptionalThe number of items to request per page.
includeCountbooleanoptionalWhether MongoDB Atlas should include the total item count when supported.
GET
mongo_db_atlas_administration_get_project
Return one MongoDB Atlas project by project ID.

/groups/{groupId}

1 parameter
ParamTypeRequiredDescription
groupIdstringrequiredThe MongoDB Atlas project ID.
GET
mongo_db_atlas_administration_list_clusters
List MongoDB Atlas clusters in one project.

/groups/{groupId}/clusters

4 parameters
ParamTypeRequiredDescription
groupIdstringrequiredThe MongoDB Atlas project ID.
pageNumintegeroptionalThe page number to request from MongoDB Atlas.
itemsPerPageintegeroptionalThe number of items to request per page.
includeCountbooleanoptionalWhether MongoDB Atlas should include the total item count when supported.
GET
mongo_db_atlas_administration_get_cluster
Return one MongoDB Atlas cluster by project ID and cluster name.

/groups/{groupId}/clusters/{name}

2 parameters
ParamTypeRequiredDescription
groupIdstringrequiredThe MongoDB Atlas project ID.
namestringrequiredThe MongoDB Atlas cluster name.