Microsoft Azure · Capability

Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint

Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint. 2 operations. Lead operation: Microsoft Azure Lists The Recovery Points. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRecoveryPoint

What You Can Do

GET
Microsoftazurerecoverypointslist — Microsoft Azure Lists The Recovery Points
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/protecteditems/{protecteditemname}/recoverypoints
GET
Microsoftazurerecoverypointsget — Microsoft Azure Gets The Recovery Point
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/protecteditems/{protecteditemname}/recoverypoints/{recoverypointname}

MCP Tools

microsoft-azure-lists-recovery-points

Microsoft Azure Lists The Recovery Points

read-only idempotent
microsoft-azure-gets-recovery-point

Microsoft Azure Gets The Recovery Point

read-only idempotent

Capability Spec

azure-site-recovery-management-service-recoverypoint.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint
  description: 'Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint. 2 operations. Lead operation:
    Microsoft Azure Lists The Recovery Points. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - RecoveryPoint
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-site-recovery-management-service-recoverypoint
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints
      operations:
      - name: microsoftazurerecoverypointslist
        method: GET
        description: Microsoft Azure Lists The Recovery Points
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}/recoveryPoints/{recoveryPointName}
      operations:
      - name: microsoftazurerecoverypointsget
        method: GET
        description: Microsoft Azure Gets The Recovery Point
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-site-recovery-management-service-recoverypoint-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/protecteditems/{protecteditemname}/recoverypoints
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerecoverypointslist
        description: Microsoft Azure Lists The Recovery Points
        call: azure-site-recovery-management-service-recoverypoint.microsoftazurerecoverypointslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datareplication/replicationvaults/{vaultname}/protecteditems/{protecteditemname}/recoverypoints/{recoverypointname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurerecoverypointsget
        description: Microsoft Azure Gets The Recovery Point
        call: azure-site-recovery-management-service-recoverypoint.microsoftazurerecoverypointsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-site-recovery-management-service-recoverypoint-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Site Recovery Management Service API — RecoveryPoint. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-lists-recovery-points
      description: Microsoft Azure Lists The Recovery Points
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-site-recovery-management-service-recoverypoint.microsoftazurerecoverypointslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-recovery-point
      description: Microsoft Azure Gets The Recovery Point
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-site-recovery-management-service-recoverypoint.microsoftazurerecoverypointsget
      outputParameters:
      - type: object
        mapping: $.