MongoDB · Capability

MongoDB Atlas Administration API — Cluster Outage Simulation

MongoDB Atlas Administration API — Cluster Outage Simulation. 3 operations. Lead operation: End One Outage Simulation. Self-contained Naftiko capability covering one Mongodb business surface.

Run with Naftiko MongodbCluster Outage Simulation

What You Can Do

DELETE
Endgroupclusteroutagesimulation — End One Outage Simulation
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/outagesimulation
GET
Getgroupclusteroutagesimulation — Return One Outage Simulation
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/outagesimulation
POST
Startgroupclusteroutagesimulation — Start One Outage Simulation
/v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/outagesimulation

MCP Tools

end-one-outage-simulation

End One Outage Simulation

idempotent
return-one-outage-simulation

Return One Outage Simulation

read-only idempotent
start-one-outage-simulation

Start One Outage Simulation

Capability Spec

atlas-cluster-outage-simulation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MongoDB Atlas Administration API — Cluster Outage Simulation
  description: 'MongoDB Atlas Administration API — Cluster Outage Simulation. 3 operations. Lead operation: End One Outage
    Simulation. Self-contained Naftiko capability covering one Mongodb business surface.'
  tags:
  - Mongodb
  - Cluster Outage Simulation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MONGODB_API_KEY: MONGODB_API_KEY
capability:
  consumes:
  - type: http
    namespace: atlas-cluster-outage-simulation
    baseUri: https://cloud.mongodb.com
    description: MongoDB Atlas Administration API — Cluster Outage Simulation business capability. Self-contained, no shared
      references.
    resources:
    - name: api-atlas-v2-groups-groupId-clusters-clusterName-outageSimulation
      path: /api/atlas/v2/groups/{groupId}/clusters/{clusterName}/outageSimulation
      operations:
      - name: endgroupclusteroutagesimulation
        method: DELETE
        description: End One Outage Simulation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Human-readable label that identifies the cluster that is undergoing outage simulation.
          required: true
      - name: getgroupclusteroutagesimulation
        method: GET
        description: Return One Outage Simulation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Human-readable label that identifies the cluster that is undergoing outage simulation.
          required: true
      - name: startgroupclusteroutagesimulation
        method: POST
        description: Start One Outage Simulation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: clusterName
          in: path
          type: string
          description: Human-readable label that identifies the cluster to undergo an outage simulation.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MONGODB_API_KEY}}'
  exposes:
  - type: rest
    namespace: atlas-cluster-outage-simulation-rest
    port: 8080
    description: REST adapter for MongoDB Atlas Administration API — Cluster Outage Simulation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/atlas/v2/groups/{groupid}/clusters/{clustername}/outagesimulation
      name: api-atlas-v2-groups-groupid-clusters-clustername-outagesimulation
      description: REST surface for api-atlas-v2-groups-groupId-clusters-clusterName-outageSimulation.
      operations:
      - method: DELETE
        name: endgroupclusteroutagesimulation
        description: End One Outage Simulation
        call: atlas-cluster-outage-simulation.endgroupclusteroutagesimulation
        with:
          clusterName: rest.clusterName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getgroupclusteroutagesimulation
        description: Return One Outage Simulation
        call: atlas-cluster-outage-simulation.getgroupclusteroutagesimulation
        with:
          clusterName: rest.clusterName
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: startgroupclusteroutagesimulation
        description: Start One Outage Simulation
        call: atlas-cluster-outage-simulation.startgroupclusteroutagesimulation
        with:
          clusterName: rest.clusterName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: atlas-cluster-outage-simulation-mcp
    port: 9090
    transport: http
    description: MCP adapter for MongoDB Atlas Administration API — Cluster Outage Simulation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: end-one-outage-simulation
      description: End One Outage Simulation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: atlas-cluster-outage-simulation.endgroupclusteroutagesimulation
      with:
        clusterName: tools.clusterName
      outputParameters:
      - type: object
        mapping: $.
    - name: return-one-outage-simulation
      description: Return One Outage Simulation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: atlas-cluster-outage-simulation.getgroupclusteroutagesimulation
      with:
        clusterName: tools.clusterName
      outputParameters:
      - type: object
        mapping: $.
    - name: start-one-outage-simulation
      description: Start One Outage Simulation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: atlas-cluster-outage-simulation.startgroupclusteroutagesimulation
      with:
        clusterName: tools.clusterName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.