> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MongoDB Atlas

> 60 actions available for MongoDB Atlas through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/mongodb/filled/png" alt="MongoDB Atlas" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>MongoDB Atlas</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>60 actions · 1 auth method</div>

    <div style={{ display: 'flex', flexWrap: 'wrap', gap: '6px', marginTop: '8px' }}>
      <span className="connector-page-tag-preview" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Preview</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Observability</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>IAM</span>
      <span className="connector-page-category-tag" style={{ display: 'inline-block', padding: '2px 8px', borderRadius: '4px', fontSize: '11px', fontWeight: '500' }}>Infrastructure</span>
    </div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="OAuth 2.0 - Service Account">
    Connect using a MongoDB Atlas Service Account (OAuth 2.0 client credentials). Create a Service Account under Organizatio...

    Guides: [Connector Profile](/connectors/mongodb/guides/connector-profile/oauth-2-0-service-account), [Link Account](/connectors/mongodb/guides/link-account/oauth-2-0-service-account)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>60 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_alert_configs" data-action-label="List Alert Configurations" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Alert Configurations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_alert_configs" aria-label="Copy mongodb_list_alert_configs"><code className="connector-page-code">mongodb\_list\_alert\_configs</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all alert configurations (the rules defining alert triggers and notification targets) for the given Atlas project.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_alert_config" data-action-label="Get Alert Configuration" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Alert Configuration</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_alert_config" aria-label="Copy mongodb_get_alert_config"><code className="connector-page-code">mongodb\_get\_alert\_config</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single alert configuration (rule) from an Atlas project by its alert configuration ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_alert_config" data-action-label="Create Alert Configuration" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Alert Configuration</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_alert_config" aria-label="Copy mongodb_create_alert_config"><code className="connector-page-code">mongodb\_create\_alert\_config</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new alert configuration (rule) in an Atlas project, defining the event that triggers an alert and where notifi...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_alert_config" data-action-label="Update Alert Configuration" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Alert Configuration</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_alert_config" aria-label="Copy mongodb_update_alert_config"><code className="connector-page-code">mongodb\_update\_alert\_config</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Replaces an existing alert configuration (rule) in an Atlas project by its ID, overwriting the trigger event, thresholds...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_alert_config" data-action-label="Delete Alert Configuration" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Alert Configuration</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_alert_config" aria-label="Copy mongodb_delete_alert_config"><code className="connector-page-code">mongodb\_delete\_alert\_config</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes an alert configuration (rule) from an Atlas project by its alert configuration ID.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_alerts" data-action-label="List Alerts" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Alerts</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_alerts" aria-label="Copy mongodb_list_alerts"><code className="connector-page-code">mongodb\_list\_alerts</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all fired alerts in one Atlas project (GET /groups/\{groupId}/alerts). An alert fires when a monitored component cr...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_alert" data-action-label="Get Alert" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Alert</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_alert" aria-label="Copy mongodb_get_alert"><code className="connector-page-code">mongodb\_get\_alert</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves one fired alert by its ID within an Atlas project (GET /groups/\{groupId}/alerts/\{alertId}), including its stat...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_acknowledge_alert" data-action-label="Acknowledge Alert" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Acknowledge Alert</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_acknowledge_alert" aria-label="Copy mongodb_acknowledge_alert"><code className="connector-page-code">mongodb\_acknowledge\_alert</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Acknowledges (silences) one open alert in an Atlas project (PATCH /groups/\{groupId}/alerts/\{alertId}), suppressing furth...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_api_keys" data-action-label="List API Keys" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List API Keys</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_api_keys" aria-label="Copy mongodb_list_api_keys"><code className="connector-page-code">mongodb\_list\_api\_keys</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all programmatic organization API keys in a MongoDB Atlas organization (orgId), returning each key's ID, descripti...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_api_key" data-action-label="Get API Key" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get API Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_api_key" aria-label="Copy mongodb_get_api_key"><code className="connector-page-code">mongodb\_get\_api\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single organization API key by its apiUserId within a MongoDB Atlas organization (orgId), returning its desc...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_api_key" data-action-label="Create API Key" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create API Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_api_key" aria-label="Copy mongodb_create_api_key"><code className="connector-page-code">mongodb\_create\_api\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new programmatic organization API key in a MongoDB Atlas organization (orgId), requiring a description and at...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_api_key" data-action-label="Delete API Key" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete API Key</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_api_key" aria-label="Copy mongodb_delete_api_key"><code className="connector-page-code">mongodb\_delete\_api\_key</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes an organization API key (apiUserId) from a MongoDB Atlas organization (orgId), immediately revoking...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_backup_snapshots" data-action-label="List Backup Snapshots" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Backup Snapshots</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_backup_snapshots" aria-label="Copy mongodb_list_backup_snapshots"><code className="connector-page-code">mongodb\_list\_backup\_snapshots</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all cloud backup SNAPSHOTS (point-in-time copies of stored data) for one cluster in a project, returning each snap...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_backup_restore_jobs" data-action-label="List Backup Restore Jobs" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Backup Restore Jobs</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_backup_restore_jobs" aria-label="Copy mongodb_list_backup_restore_jobs"><code className="connector-page-code">mongodb\_list\_backup\_restore\_jobs</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all cloud backup RESTORE JOBS for one cluster in a project, showing each recovery operation's status, delivery typ...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_backup_snapshot" data-action-label="Get Backup Snapshot" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Backup Snapshot</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_backup_snapshot" aria-label="Copy mongodb_get_backup_snapshot"><code className="connector-page-code">mongodb\_get\_backup\_snapshot</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves one cloud backup SNAPSHOT by its snapshotId, returning its full metadata (creation time, status, size, retenti...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_backup_snapshot" data-action-label="Create Backup Snapshot" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Backup Snapshot</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_backup_snapshot" aria-label="Copy mongodb_create_backup_snapshot"><code className="connector-page-code">mongodb\_create\_backup\_snapshot</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Takes one on-demand cloud backup SNAPSHOT of a cluster immediately (outside the scheduled backup policy), returning the...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_backup_restore_job" data-action-label="Create Backup Restore Job" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Backup Restore Job</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_backup_restore_job" aria-label="Copy mongodb_create_backup_restore_job"><code className="connector-page-code">mongodb\_create\_backup\_restore\_job</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a backup RESTORE JOB that recovers a cluster's data from a snapshot, either restoring into a target cluster (aut...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_organization_users" data-action-label="List Organization Users" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Organization Users</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_organization_users" aria-label="Copy mongodb_list_organization_users"><code className="connector-page-code">mongodb\_list\_organization\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists the human MongoDB Cloud USERS (both active and pending-invitation) that belong to an organization, returning each...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_organization_user" data-action-label="Get Organization User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Organization User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_organization_user" aria-label="Copy mongodb_get_organization_user"><code className="connector-page-code">mongodb\_get\_organization\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves one human MongoDB Cloud USER by userId within an organization, returning their username/email, org roles, team...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_organization_user" data-action-label="Create Organization User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Organization User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_organization_user" aria-label="Copy mongodb_create_organization_user"><code className="connector-page-code">mongodb\_create\_organization\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Invites a human user (new or existing MongoDB Cloud account) to join an organization with the given roles, creating a PE...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_organization_user" data-action-label="Update Organization User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Organization User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_organization_user" aria-label="Copy mongodb_update_organization_user"><code className="connector-page-code">mongodb\_update\_organization\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates one human MongoDB Cloud USER in an organization (active or still pending), changing their org roles and/or team...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_clusters" data-action-label="List Clusters" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Clusters</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_clusters" aria-label="Copy mongodb_list_clusters"><code className="connector-page-code">mongodb\_list\_clusters</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all dedicated and Flex database clusters within a single project (groupId), returning each cluster's name, instanc...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_cluster" data-action-label="Get Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_cluster" aria-label="Copy mongodb_get_cluster"><code className="connector-page-code">mongodb\_get\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves the full details of a single cluster by project (groupId) and clusterName, including its current state, instan...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_cluster" data-action-label="Create Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_cluster" aria-label="Copy mongodb_create_cluster"><code className="connector-page-code">mongodb\_create\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Provisions a new database cluster in a project (groupId), with its topology, region, instance size, MongoDB version, and...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_cluster" data-action-label="Update Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_cluster" aria-label="Copy mongodb_update_cluster"><code className="connector-page-code">mongodb\_update\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Modifies an existing cluster identified by groupId and clusterName — for example to scale the instance size, change the...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_cluster" data-action-label="Delete Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_cluster" aria-label="Copy mongodb_delete_cluster"><code className="connector-page-code">mongodb\_delete\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes a single cluster (by groupId and clusterName) and its data, leaving the parent project intact. Runs...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_custom_db_roles" data-action-label="List Custom Database Roles" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Custom Database Roles</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_custom_db_roles" aria-label="Copy mongodb_list_custom_db_roles"><code className="connector-page-code">mongodb\_list\_custom\_db\_roles</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all custom database roles defined in the given Atlas project (groupId), including their granted privilege actions...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_custom_db_role" data-action-label="Get Custom Database Role" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Custom Database Role</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_custom_db_role" aria-label="Copy mongodb_get_custom_db_role"><code className="connector-page-code">mongodb\_get\_custom\_db\_role</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single custom database role from an Atlas project by its role name, including its privilege actions and inhe...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_custom_db_role" data-action-label="Create Custom Database Role" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Custom Database Role</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_custom_db_role" aria-label="Copy mongodb_create_custom_db_role"><code className="connector-page-code">mongodb\_create\_custom\_db\_role</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new custom database role in an Atlas project, defining its privilege actions and/or the built-in roles it inhe...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_custom_db_role" data-action-label="Update Custom Database Role" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Custom Database Role</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_custom_db_role" aria-label="Copy mongodb_update_custom_db_role"><code className="connector-page-code">mongodb\_update\_custom\_db\_role</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an existing custom database role in an Atlas project (by role name), replacing its privilege actions and inherit...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_custom_db_role" data-action-label="Delete Custom Database Role" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Custom Database Role</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_custom_db_role" aria-label="Copy mongodb_delete_custom_db_role"><code className="connector-page-code">mongodb\_delete\_custom\_db\_role</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes a custom database role from an Atlas project by its role name.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_database_users" data-action-label="List Database Users" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Database Users</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_database_users" aria-label="Copy mongodb_list_database_users"><code className="connector-page-code">mongodb\_list\_database\_users</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists every database user in the given Atlas project (groupId), returning their username, authentication database, roles...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_database_user" data-action-label="Get Database User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Database User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_database_user" aria-label="Copy mongodb_get_database_user"><code className="connector-page-code">mongodb\_get\_database\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single database user from an Atlas project, identified by its authentication database and username.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_database_user" data-action-label="Create Database User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Database User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_database_user" aria-label="Copy mongodb_create_database_user"><code className="connector-page-code">mongodb\_create\_database\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new database user (a data-plane credential) in an Atlas project with the given username, authentication databa...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_database_user" data-action-label="Update Database User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Database User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_database_user" aria-label="Copy mongodb_update_database_user"><code className="connector-page-code">mongodb\_update\_database\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates an existing database user in an Atlas project (identified by authentication database + username), fully replacin...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_database_user" data-action-label="Delete Database User" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Database User</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_database_user" aria-label="Copy mongodb_delete_database_user"><code className="connector-page-code">mongodb\_delete\_database\_user</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes a database user from an Atlas project, identified by its authentication database and username.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_project_events" data-action-label="List Project Events" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Project Events</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_project_events" aria-label="Copy mongodb_list_project_events"><code className="connector-page-code">mongodb\_list\_project\_events</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists audit-log events scoped to one Atlas project (GET /groups/\{groupId}/events) — database, billing, and security acti...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_organization_events" data-action-label="List Organization Events" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Organization Events</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_organization_events" aria-label="Copy mongodb_list_organization_events"><code className="connector-page-code">mongodb\_list\_organization\_events</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists audit-log events scoped to one Atlas organization (GET /orgs/\{orgId}/events) — org-wide database, billing, and sec...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_flex_clusters" data-action-label="List Flex Clusters" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Flex Clusters</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_flex_clusters" aria-label="Copy mongodb_list_flex_clusters"><code className="connector-page-code">mongodb\_list\_flex\_clusters</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all MongoDB Atlas flex clusters in a project (groupId), returning each cluster's name, state, and connection detai...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_flex_cluster" data-action-label="Get Flex Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Flex Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_flex_cluster" aria-label="Copy mongodb_get_flex_cluster"><code className="connector-page-code">mongodb\_get\_flex\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single MongoDB Atlas flex cluster by its name within a project (groupId), returning its state, provider sett...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_flex_cluster" data-action-label="Create Flex Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Flex Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_flex_cluster" aria-label="Copy mongodb_create_flex_cluster"><code className="connector-page-code">mongodb\_create\_flex\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new MongoDB Atlas flex cluster in a project (groupId), requiring a cluster name and providerSettings (cloud pr...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_flex_cluster" data-action-label="Delete Flex Cluster" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Flex Cluster</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_flex_cluster" aria-label="Copy mongodb_delete_flex_cluster"><code className="connector-page-code">mongodb\_delete\_flex\_cluster</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes a MongoDB Atlas flex cluster by name from a project (groupId), destroying the instance and its data;...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_organizations" data-action-label="List Organizations" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Organizations</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_organizations" aria-label="Copy mongodb_list_organizations"><code className="connector-page-code">mongodb\_list\_organizations</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists every MongoDB Atlas organization the authenticated Service Account or API Key can access, returning each organizat...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_organization" data-action-label="Get Organization" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_organization" aria-label="Copy mongodb_get_organization"><code className="connector-page-code">mongodb\_get\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves the details of a single MongoDB Atlas organization by its orgId, including name, status, and account-level set...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_organization_projects" data-action-label="List Organization Projects" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Organization Projects</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_organization_projects" aria-label="Copy mongodb_list_organization_projects"><code className="connector-page-code">mongodb\_list\_organization\_projects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all projects (groups) that belong to one specific organization (orgId), returning each project's groupId, name, an...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_organization" data-action-label="Create Organization" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_organization" aria-label="Copy mongodb_create_organization"><code className="connector-page-code">mongodb\_create\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new MongoDB Atlas organization and links it under the calling credential's existing (paying) organization, ret...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_organization" data-action-label="Update Organization" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Organization</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_organization" aria-label="Copy mongodb_update_organization"><code className="connector-page-code">mongodb\_update\_organization</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a MongoDB Atlas organization identified by orgId — primarily its human-readable name and its default-alert-creat...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_ip_access_list_entries" data-action-label="List IP Access List Entries" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List IP Access List Entries</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_ip_access_list_entries" aria-label="Copy mongodb_list_ip_access_list_entries"><code className="connector-page-code">mongodb\_list\_ip\_access\_list\_entries</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all IP access list entries for a project — the IP addresses, CIDR blocks, and AWS security groups from which Atlas...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_ip_access_list_entry" data-action-label="Get IP Access List Entry" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get IP Access List Entry</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_ip_access_list_entry" aria-label="Copy mongodb_get_ip_access_list_entry"><code className="connector-page-code">mongodb\_get\_ip\_access\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves one IP access list entry from a project by its entry value (an IP address, CIDR block, or AWS security group I...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_ip_access_list_entries" data-action-label="Create IP Access List Entries" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create IP Access List Entries</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_ip_access_list_entries" aria-label="Copy mongodb_create_ip_access_list_entries"><code className="connector-page-code">mongodb\_create\_ip\_access\_list\_entries</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Adds one or more IP access list entries to a project so clients from those sources can connect to its clusters, taking a...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_ip_access_list_entry" data-action-label="Delete IP Access List Entry" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete IP Access List Entry</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_ip_access_list_entry" aria-label="Copy mongodb_delete_ip_access_list_entry"><code className="connector-page-code">mongodb\_delete\_ip\_access\_list\_entry</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Removes one IP access list entry from a project by its entry value, revoking cluster network access from that IP address...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_projects" data-action-label="List Projects" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Projects</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_projects" aria-label="Copy mongodb_list_projects"><code className="connector-page-code">mongodb\_list\_projects</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists every MongoDB Atlas project (called a "group" in the API) that the authenticated Service Account or API Key can ac...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_project" data-action-label="Get Project" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Project</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_project" aria-label="Copy mongodb_get_project"><code className="connector-page-code">mongodb\_get\_project</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves the full details of a single MongoDB Atlas project (a.k.a. "group") by its groupId, including name, orgId, clu...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_project" data-action-label="Create Project" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Project</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_project" aria-label="Copy mongodb_create_project"><code className="connector-page-code">mongodb\_create\_project</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new MongoDB Atlas project (a.k.a. "group") inside an existing organization and returns it with its newly assig...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_update_project" data-action-label="Update Project" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Update Project</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_update_project" aria-label="Copy mongodb_update_project"><code className="connector-page-code">mongodb\_update\_project</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Updates a project's mutable settings by groupId — its human-readable name, its tags, and whether default alerts are auto...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_project" data-action-label="Delete Project" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Project</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_project" aria-label="Copy mongodb_delete_project"><code className="connector-page-code">mongodb\_delete\_project</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes an entire MongoDB Atlas project (group) by groupId, along with everything it contains. Succeeds only...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_list_teams" data-action-label="List Teams" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Teams</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_list_teams" aria-label="Copy mongodb_list_teams"><code className="connector-page-code">mongodb\_list\_teams</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Lists all teams in a MongoDB Atlas organization (identified by orgId), returning each team's ID, name, and member count.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_get_team" data-action-label="Get Team" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Team</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_get_team" aria-label="Copy mongodb_get_team"><code className="connector-page-code">mongodb\_get\_team</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieves a single MongoDB Atlas team by its teamId within the given organization (orgId), returning the team's name and...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_create_team" data-action-label="Create Team" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Team</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_create_team" aria-label="Copy mongodb_create_team"><code className="connector-page-code">mongodb\_create\_team</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Creates a new team in a MongoDB Atlas organization (orgId), requiring a name and an initial list of member usernames.</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="mongodb_delete_team" data-action-label="Delete Team" data-action-scopes="" data-action-auth="OAuth 2.0 - Service Account" data-action-auth-scopes="{&#x22;OAuth 2.0 - Service Account&#x22;:[]}">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Team</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="mongodb_delete_team" aria-label="Copy mongodb_delete_team"><code className="connector-page-code">mongodb\_delete\_team</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Permanently deletes a MongoDB Atlas team (teamId) from an organization (orgId), immediately revoking the project access...</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/mongodb/guides/connector-profile/oauth-2-0-service-account" icon="https://stackone-logos.com/api/mongodb/filled/png" horizontal>
        MongoDB Atlas - OAuth 2.0 - Service Account
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/mongodb/guides/link-account/oauth-2-0-service-account" icon="https://stackone-logos.com/api/mongodb/filled/png" horizontal>
        MongoDB Atlas - OAuth 2.0 - Service Account
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
